From c76030262accf994b2f23cbd8e2fe8d64933700a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 18 Oct 2021 02:24:58 +0200 Subject: [PATCH] fg --- files/templates/comments.html | 6 +++--- files/templates/submission.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 3ac1b3f40..49b4c1dda 100755 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -26,7 +26,7 @@ {% if v %} {% include "award_modal.html" %} - + {% endif %} @@ -376,7 +376,7 @@ {% if c.deleted_utc > 0 %} Undelete {% else %} - Delete + Delete {% endif %} {% endif %} @@ -530,7 +530,7 @@ {% if c.deleted_utc > 0 %} Undelete {% else %} - Delete + Delete {% endif %} {% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index 4d06bb515..ea2620ad7 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -53,7 +53,7 @@ {% if v %} - + {% include "award_modal.html" %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %}