From 221c1640e3449fea280d04ba649f21ff3c49f417 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 6 Oct 2021 01:41:55 +0200 Subject: [PATCH] fdgd --- files/templates/comments.html | 4 ++-- files/templates/delete_post_modal.html | 26 ++++++++------------------ files/templates/settings_profile.html | 2 +- files/templates/submission.html | 2 +- 4 files changed, 12 insertions(+), 22 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index db4f368ca..c8d8e9a96 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -33,14 +33,14 @@ {% if v %} {% include "award_modal.html" %} - + {% endif %} {% if v and v.admin_level == 6 %} - + {% endif %} +
diff --git a/files/templates/submission.html b/files/templates/submission.html index 38aa02cd5..a820240b5 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -45,7 +45,7 @@ {% if 'rdrama' not in request.host %} {% if v %} - + {% include "award_modal.html" %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %}