Check if we are in a project for tasks index

This commit is contained in:
2016-09-21 15:28:09 +02:00
parent cbb6100084
commit 26926274b9

View File

@@ -1,5 +1,5 @@
| {% extends 'attract/layout.html' %} | {% extends 'attract/layout.html' %}
| {% block page_title %}Tasks | {{ project.name }} {% endblock %} | {% block page_title %}Tasks{% if project %} | {{ project.name }}{% endif %}{% endblock %}
| {% block body %} | {% block body %}
#page-container #page-container
#page-header #page-header