Rafał Pitoń 10 лет назад
Родитель
Сommit
3ce79c6576

+ 0 - 3
misago/templates/misago/userslists/active_posters.html

@@ -2,9 +2,6 @@
 {% load humanize i18n %}
 
 
-{% block title %}{% trans "Active posters" %}{% endblock title %}
-
-
 {% block meta_description %}{% blocktrans trimmed with days=tracked_period %}
 List of users that have posted new messages during last {{ days }} days.
 {% endblocktrans %}{% endblock %}

+ 1 - 4
misago/templates/misago/userslists/online.html

@@ -2,9 +2,6 @@
 {% load humanize i18n misago_avatars misago_batch %}
 
 
-{% block title %}{% trans "Users online" %}{% endblock title %}
-
-
 {% block meta_description %}{% trans "List of signed in users currently browsing forums." %}{% endblock %}
 
 
@@ -37,5 +34,5 @@
 
 
 {% block empty-list %}
-{% trans "No registered users are signed in or you can't see them." %}
+{% trans "No registered users are signed in at the moment or you can't see them." %}
 {% endblock empty-list %}

+ 0 - 3
misago/templates/misago/userslists/rank.html

@@ -2,9 +2,6 @@
 {% load humanize i18n %}
 
 
-{% block title %}{{ active_page.name }}{% endblock title %}
-
-
 {% block meta_description %}{% blocktrans trimmed with rank=rank.name users=users.paginator.count|intcomma count counter=users.paginator.count %}
 There is {{ users }} user with {{ rank }} rank.
 {% plural %}