diff --git a/drama/templates/admin/image_ban.html b/drama/templates/admin/image_ban.html index 954a5a574a..63c334a3d2 100644 --- a/drama/templates/admin/image_ban.html +++ b/drama/templates/admin/image_ban.html @@ -8,9 +8,9 @@ {% block content %} {% if existing %} -

Image already banned for: {{existing.ban_reason}}

+

Image already banned for: {{existing.ban_reason}}

{% elif success %} -

Image banned.

+

Image banned.

{% endif %}
diff --git a/drama/templates/settings_security.html b/drama/templates/settings_security.html
index 681d69bc63..3d5c1af35e 100644
--- a/drama/templates/settings_security.html
+++ b/drama/templates/settings_security.html
@@ -108,9 +108,9 @@
 								
 								{% if v.email and not v.is_activated %}
-								
Email not verified. You will not be able to recover your account with this email until you verify it. Verify now.
+
Email not verified. You will not be able to recover your account with this email until you verify it. Verify now.
{% elif not v.email %} -
Add an email to secure your account in case you forget your password.
+
Add an email to secure your account in case you forget your password.
{% endif %} diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index e1fb419b16..9a2ced20a5 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -182,7 +182,7 @@ {% if v %} {% if v.admin_level >=3 %} -
  • Approve
  • +
  • Approve
  • Remove
  • {% endif %}