From 74a06c6f319edf02ad10cb7c1adaed70fd45ca06 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 28 Jul 2021 04:46:49 +0200 Subject: [PATCH] for f in --- drama/templates/admin/user_award.html | 6 ++--- drama/templates/comments.html | 24 +++++++++---------- drama/templates/gif_modal.html | 2 +- drama/templates/header.html | 2 +- drama/templates/index.html | 4 ++-- drama/templates/notifications.html | 2 +- drama/templates/settings_profile.html | 2 +- drama/templates/submission.html | 18 +++++++------- drama/templates/submission_listing.html | 32 ++++++++++++------------- drama/templates/userpage.html | 4 ++-- drama/templates/viewers.html | 2 +- 11 files changed, 49 insertions(+), 49 deletions(-) diff --git a/drama/templates/admin/user_award.html b/drama/templates/admin/user_award.html index b08969003..493159635 100644 --- a/drama/templates/admin/user_award.html +++ b/drama/templates/admin/user_award.html @@ -53,9 +53,9 @@ {% for a in awards %} - - {{ a['title'] }} - + + {{a['title']}} + {% endfor %} diff --git a/drama/templates/comments.html b/drama/templates/comments.html index 0564997ff..f60b72856 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -124,7 +124,7 @@ {% if c.is_blocking %} {% endif %} {% if c.is_blocked %} {% endif %} - {{c.author.username}}{% if c.author.customtitle %}  {{c.author.customtitle | safe}}{% endif %} + {{c.author.username}}{% if c.author.customtitle %}  {{c.author.customtitle | safe}}{% endif %}  {{c.age_string}} {% if c.edited_utc %} @@ -133,7 +133,7 @@ {% if c.awards %} {% for a in c.awards[:5] %} - + {% endfor %} {% endif %} @@ -194,16 +194,16 @@ {% endif %} {% if c.flags %} -
- Reported by: - -
- {% endif %} - +
+ Reported by: + +
+ {% endif %} +