Browse Source

fix headers in follows/ers html templates

Rafał Pitoń 9 years ago
parent
commit
3f67f5bb6f

+ 1 - 1
misago/templates/misago/profile/followers.html

@@ -16,7 +16,7 @@
           You have {{ users }} followers.
         {% endblocktrans %}
       {% else %}
-        {% blocktrans trimmed count username=profile users=count %}
+        {% blocktrans trimmed count users=count with username=profile %}
           {{ username }} has {{ users }} follower.
         {% plural %}
           {{ username }} has {{ users }} followers.

+ 1 - 1
misago/templates/misago/profile/follows.html

@@ -16,7 +16,7 @@
           You are following {{ users }} users.
         {% endblocktrans %}
       {% else %}
-        {% blocktrans trimmed count username=profile users=count %}
+        {% blocktrans trimmed count users=count with username=profile %}
           {{ username }} is following {{ users }} user.
         {% plural %}
           {{ username }} is following {{ users }} users.