diff --git a/app/templates/post/post_reply_voting_activity.html b/app/templates/post/post_reply_voting_activity.html index e2d0e179..69781849 100644 --- a/app/templates/post/post_reply_voting_activity.html +++ b/app/templates/post/post_reply_voting_activity.html @@ -10,18 +10,20 @@

{{ _('Voting Activity for "%(reply_text)s"', reply_text=reply_text) }}

Upvoters +


Downvoters +
{% endblock -%} diff --git a/app/templates/post/post_voting_activity.html b/app/templates/post/post_voting_activity.html index 9e593b52..c7c9d5fe 100644 --- a/app/templates/post/post_voting_activity.html +++ b/app/templates/post/post_voting_activity.html @@ -10,18 +10,20 @@

{{ _('Voting Activity for "%(post_title)s"', post_title=post_title) }}

Upvoters +


Downvoters +
{% endblock -%}