diff options
Diffstat (limited to 'app/gtd/templates')
-rw-r--r-- | app/gtd/templates/gtd/project_list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/gtd/templates/gtd/project_list.html b/app/gtd/templates/gtd/project_list.html index 252cdce..ba46b59 100644 --- a/app/gtd/templates/gtd/project_list.html +++ b/app/gtd/templates/gtd/project_list.html @@ -2,6 +2,7 @@ {% block primary %} <main class="post-detail"> <div class="post-header"><ul class="flex header-list"> + <li><a class="btn" href="{% url 'gtd:project-list' %}">All</a></li> {% for object in project_types %} <li><a class="btn" href="{% url 'gtd:project-list-type' object.1|lower%}">{%if object.1 == 'Lbh'%}{{object.1|upper}}{%else%}{{object.1}}{%endif%}</a></li> {% endfor %} |