From c7e3174a9d83e0946142e63b09930c17533dc400 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 4 Dec 2021 03:22:25 +0200 Subject: [PATCH] 1 --- files/templates/comments.html | 116 +++------------------- files/templates/submission.html | 90 +---------------- files/templates/submission_listing.html | 123 +----------------------- 3 files changed, 21 insertions(+), 308 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 79e1634db..4857f52c3 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -1,81 +1,5 @@ {% if v %} - + {% include "award_modal.html" %} {% endif %} {% if v %} - {% include "award_modal.html" %} - + {% endif %} @@ -839,26 +761,9 @@ {% include "expanded_image_modal.html" %} + \ No newline at end of file diff --git a/files/templates/submission.html b/files/templates/submission.html index f49734d73..943617c15 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -380,10 +380,10 @@ {% if p.author.verified %} {% endif %} {{p.author.username}}{% if p.author.customtitle %}  {% if p.author.quadrant %}{% endif %}{{p.author.customtitle | safe}}{% endif %} -  {{p.age_string}} +  {{p.age_string}} ({% if p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %}) - {% if p.edited_utc %}  Edited {{p.edited_string}}{% endif %} + {% if p.edited_utc %}  Edited {{p.edited_string}}{% endif %}   {{p.views}} views {% if p.active_flags %} @@ -831,13 +831,6 @@ {% if v %} - - + {% include "award_modal.html" %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index fb29fea5d..4851a518b 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -1,81 +1,5 @@ {% if v %} - + {% include "award_modal.html" %} {% endif %} {% if request.host == 'pcmemes.net' %} @@ -136,13 +60,6 @@ - - -{% if v %} - {% include "award_modal.html" %} -{% endif %} - - \ No newline at end of file + + \ No newline at end of file