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