diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index 73bdf2d2..969a901b 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -29,7 +29,7 @@ {% endif %} ) {% include "post/image_identification.html" %} - {% include "post/file_controls.html" %}

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

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