diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index cab93709..a2384fe9 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -3,11 +3,11 @@ {% else %}
{% for file in post.files %} -
+
{% if file.file == 'deleted' %} {% else %} -
File: {{ file.file }} +

File: {{ file.file }} ( {% if file.thumb == 'spoiler' %} {% trans %}Spoiler Image{% endtrans %}, @@ -28,10 +28,10 @@ {% endif %} ) {% include "post/image_identification.html" %} - {% include "post/file_controls.html" %}

+ {% include "post/file_controls.html" %}

{% include "post/image.html" with {'post':file} %} {% endif %} -
+
{% endfor %} {% endif %}