diff --git a/templates/index.html b/templates/index.html index c7a1db722bcfb18ecf956c2ccf7c0b02ee41de03..461f743a8e9c97ca3eeeee4b059e46306f3f2172 100644 --- a/templates/index.html +++ b/templates/index.html @@ -30,7 +30,7 @@ <ul> {% if todos|length > 0 %} {% for todo in todos %} - <li>{{todo.render_html()|safe}}</li> + <li>{{todo.render_html()|safe}} ({{todo.protocoltype.name}})</li> {% endfor %} {% else %} <li>Keine Todos</li>