From 675f7d13bd4895d2dc299d1ae6a4e662ee9cf6bb Mon Sep 17 00:00:00 2001 From: Etzelia Date: Sun, 7 Feb 2021 22:12:29 -0600 Subject: [PATCH] Fix col Signed-off-by: Etzelia --- templates/minecraft_manager/note_info.html | 36 ++++++++++++---------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/templates/minecraft_manager/note_info.html b/templates/minecraft_manager/note_info.html index 38e92bc..342a5c9 100644 --- a/templates/minecraft_manager/note_info.html +++ b/templates/minecraft_manager/note_info.html @@ -34,23 +34,25 @@ {% if note.attachments.all|length > 0 %}
- - - - - - {% for attachment in note.attachments %} - - - - {% endfor %} - -
Attachments
- {{ attachment.file_name }} - - - -
+
+ + + + + + {% for attachment in note.attachments %} + + + + {% endfor %} + +
Attachments
+ {{ attachment.file_name }} + + + +
+
{% endif %}