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