master
Tait Hoyem 2 years ago
parent 2142a85dc7
commit e43c761ab0

@ -2,10 +2,10 @@
{% block content %} {% block content %}
<ol> <ol>
{% for list in lists %} {% 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 %} {% endfor %}
{% for list in perm_lists %} {% 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 %} {% endfor %}
</ol> </ol>
{% endblock %} {% endblock %}

Loading…
Cancel
Save