Indentation cleanup
This commit is contained in:
parent
2bab3ec703
commit
f853296aa8
1 changed files with 47 additions and 46 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue