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 %}