From d5f430d3e1e2b274d8d8f744251e8b6b4b72ebd9 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 5 Jan 2019 09:50:21 -0600 Subject: changed to custom modal, added saving animation for note editing. --- design/templates/notes/notes_list.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'design/templates/notes/notes_list.html') diff --git a/design/templates/notes/notes_list.html b/design/templates/notes/notes_list.html index 5ef067a..94e82ec 100644 --- a/design/templates/notes/notes_list.html +++ b/design/templates/notes/notes_list.html @@ -5,6 +5,15 @@

Notes

+ {% if messages %} +
    + {% for message in messages %} + + {% if 'safe' in message.tags %}{{ message|safe }}{% else %}{{ message }}{% endif %} + + {% endfor %} +
+ {% endif %} {% if tags|length >= 1%}

Tagged with: {% for tag in tags%}{{tag.name}}{%endfor%}

{%endif%}
-- cgit v1.2.3