From 13e1adfcff615fa4cc1c284a3f712ca69f501e79 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 17 Feb 2022 05:46:18 +0200 Subject: [PATCH] cbv --- files/templates/submission.html | 15 ++++++++++++++- files/templates/userpage.html | 2 +- files/templates/userpage_comments.html | 2 +- files/templates/userpage_private.html | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index dbb20b1ab..a313d4515 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -23,7 +23,20 @@ {% if p.award_count("crab") %} - + {% endif %} {% if g.inferior_browser %} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 2da819856..adff6780d 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -730,7 +730,7 @@
{{u.username}}
{% endif %} - + {% endblock %} diff --git a/files/templates/userpage_comments.html b/files/templates/userpage_comments.html index 1a4d32826..f9bdf30fa 100644 --- a/files/templates/userpage_comments.html +++ b/files/templates/userpage_comments.html @@ -118,5 +118,5 @@
{{u.username}}
{% endif %} - + {% endblock %} \ No newline at end of file diff --git a/files/templates/userpage_private.html b/files/templates/userpage_private.html index b0444622b..9b9f8b313 100644 --- a/files/templates/userpage_private.html +++ b/files/templates/userpage_private.html @@ -52,5 +52,5 @@
{{u.username}}
{% endif %} - + {% endblock %} \ No newline at end of file