master
Tait Hoyem 2 years ago
parent 2142a85dc7
commit e43c761ab0

@ -2,10 +2,10 @@
{% block content %}
<ol>
{% for list in lists %}
<li><a href="/show/list/{{ list.id }}">{{ list.name }}</a></li>
<li><a href="/show/notes/{{ list.uuid }}">{{ list.name }}</a> <a href="/forms/new/note/{{ list.uuid}}">New Note</a></li>
{% endfor %}
{% for list in perm_lists %}
<li><a href="/show/list/{{ list.id }}">{{ list.name }}</a> (shared from {{ list.owner_id }})</li>
<li><a href="/show/notes/{{ list.uuid }}">{{ list.name }}</a> (shared from {{ list.owner_id }}) <a href="/forms/new/note/{{ list.uuid }}">New Note</a></li>
{% endfor %}
</ol>
{% endblock %}

Loading…
Cancel
Save