Skip to content
Snippets Groups Projects
Commit 81461b83 authored by Administrator's avatar Administrator
Browse files

Show protocoltype for todos on index page

parent 1a842c34
Branches
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<ul> <ul>
{% if todos|length > 0 %} {% if todos|length > 0 %}
{% for todo in todos %} {% for todo in todos %}
<li>{{todo.render_html()|safe}}</li> <li>{{todo.render_html()|safe}} ({{todo.protocoltype.name}})</li>
{% endfor %} {% endfor %}
{% else %} {% else %}
<li>Keine Todos</li> <li>Keine Todos</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment