diff --git a/files/templates/submission.html b/files/templates/submission.html index b0f40b8f2e..5244bfcee6 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -35,7 +35,7 @@ - + @@ -44,7 +44,7 @@ - + {% if linked_comment.author.is_private %} @@ -61,7 +61,7 @@ - + @@ -70,7 +70,7 @@ - + {% if p.author.is_private %} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index cfc958385e..2c81566135 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -28,7 +28,7 @@ =1 and not u.is_private and not u.is_nofollow %}{{u.stored_subscriber_count}} Followers - {% endif %}{% if not u.is_private %}{{u.post_count}} Posts - {{u.comment_count}} Comments - {% endif %}{{u.bio}}" /> - + @@ -37,7 +37,7 @@ =1 and not u.is_private and not u.is_nofollow %}{{u.stored_subscriber_count}} Followers -{% endif %} {% if not u.is_private %} {{u.post_count}} Posts - {{u.comment_count}} Comments -{% endif %} {{u.bio}}" /> - + {% endblock %}