todolists: add Todo Notes link

Allow packagers to easily add notes to a todo with our hedgedoc
instance.
This commit is contained in:
Jelle van der Waa 2024-04-28 11:54:26 +02:00
parent ddd9e6cfdd
commit 145e0f15e4
No known key found for this signature in database
GPG Key ID: C06086337C50773E

View File

@ -11,6 +11,8 @@
<h2>{{ list.kind_str | title }} Todo List {{ list.name }}</h2>
<ul class="admin-actions">
<li><a href="https://md.archlinux.org/archweb-{{ list.slug }}"
title="Notes">Todo Notes</a></li>
{% if perms.todolists.delete_todolist %}
<li><a href="/todo/{{ list.slug }}/delete/"
title="Delete this todo list">Delete Todo List</a></li>