Indentation cleanup

This commit is contained in:
Scot Hacker 2018-03-13 23:48:34 -07:00
parent 2bab3ec703
commit f853296aa8

View file

@ -38,7 +38,7 @@
{% if list_slug == "mine" %}
<h1>Tasks assigned to me (in all groups)</h1>
{% else %}
<h1>Tasks filed under "{{ task_list.name }}"</h1>
<h1>{{ view_completed|yesno:"Completed tasks, Tasks" }} in "{{ task_list.name }}"</h1>
<p>This list belongs to group {{ task_list.group }}</p>
<h3>Tasks :: Drag rows to set priorities</h3>
{% endif %}
@ -98,6 +98,7 @@
{% endif %}
{% if list_slug != "mine" %}
{% if view_completed %}
<p><a href="{% url 'todo:list_detail' list_id list_slug %}">View incomplete tasks</a></p>
{% else %}