From 93f3a90213bc2141365a82de5494bf59462098a9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 25 Feb 2022 20:19:51 +0200 Subject: [PATCH] klenny --- files/templates/submission.html | 2 +- files/templates/submission_listing.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 7b0615654..fb593434a 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -739,7 +739,7 @@ {{p.author_name}}{% if p.author.customtitle %}  {% if p.author.quadrant %}{{p.author.quadrant}} quadrant{% endif %}{{p.author.customtitle | safe}}{% endif %} {% endif %}  {{p.age_string}} - ({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %}) + ({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.domain %}{{p.domain}}{% else %}text post{% endif %}) {% if p.edited_utc %}   Edited {{p.edited_string}} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 9d3284e0e..f4a3d7ae5 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -204,7 +204,7 @@ {% endif %}  {{p.age_string}}   - ({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %}) + ({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.domain %}{{p.domain}}{% else %}text post{% endif %}) {% if p.edited_utc %}   Edited {{p.edited_string}} {% endif %}