From b010c4b228cc4b44c29d6aec17cc30ae3b123539 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 15 Aug 2022 08:21:08 +0200 Subject: [PATCH] fix previous commit --- files/templates/submission.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 30f7c9be82..758f31557d 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -723,7 +723,7 @@ {% if not v_forbid_deleted %}
{% if p.realurl(v) %} - {% if not p.embed_url and not p.is_image and not p.is_video and not p.is_audio %} + {% if not p.embed_url and not p.is_image and not p.is_audio %}
{{p.domain|truncate(30, True)}} @@ -887,14 +887,6 @@
- - {% if not p.is_image and not p.is_audio %} -
-
- -
-
- {% endif %}