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 %} +