From e0bd735f74c327f1c6f0abccc431b35a270fb8eb Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 7 Apr 2025 20:07:08 -0500 Subject: notes: added tags to list view --- app/notes/templates/note_list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/notes/templates/note_list.html') diff --git a/app/notes/templates/note_list.html b/app/notes/templates/note_list.html index 1439f4a..e262558 100644 --- a/app/notes/templates/note_list.html +++ b/app/notes/templates/note_list.html @@ -18,7 +18,8 @@

{% if object.url %}{{object.title}}{%else%}{{object.title}}{%endif%} edit

{{object.description}}

{% if object.project %}

For: {{object.project}}

{%endif%} -

View local

+

TAGS: {% for tag in object.tags.all %}{{tag}}, {%endfor%}

+

View local

delete

{% endfor%} -- cgit v1.2.3