From 61039bed96cf02e7a01809e4952f39b39c26c920 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 4 Jan 2025 23:35:32 +0100 Subject: [PATCH] fileinfo.html: relocate buttons --- templates/post/fileinfo.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index cfc16a75..7d418807 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -27,8 +27,10 @@ {% endif %} {% endif %} ) + {% include "post/image_identification.html" %} - {% include "post/file_controls.html" %}

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

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