Check if we are in a project for tasks index
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user