From 3b7909c306ec5027e3566bcb641760527ee207cf Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 19 Aug 2021 07:23:43 +0200 Subject: [PATCH] dfdf --- files/templates/submission.html | 8 ++++---- files/templates/userpage.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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 %}