Projects - {{ projects|length }} + {{ projects|length }} Create the project first, then map linked identifiers below in one click. @@ -73,7 +73,7 @@ {% if selected_project %} {% if row.mapped %} - Linked + Linked {% else %} {% csrf_token %} @@ -111,8 +111,8 @@ {{ project.name }} - {{ project.task_count }} task{{ project.task_count|pluralize }} - {{ project.epic_count }} epic{{ project.epic_count|pluralize }} + {{ project.task_count }} task{{ project.task_count|pluralize }} + {{ project.epic_count }} epic{{ project.epic_count|pluralize }} @@ -160,15 +160,4 @@ - {% endblock %} diff --git a/core/templates/pages/tasks-project.html b/core/templates/pages/tasks-project.html index 6fee24f..c617526 100644 --- a/core/templates/pages/tasks-project.html +++ b/core/templates/pages/tasks-project.html @@ -15,7 +15,7 @@ Epics - {{ epics|length }} + {{ epics|length }} {% csrf_token %} @@ -35,7 +35,7 @@ {% for epic in epics %} {{ epic.name }} - {{ epic.task_count }} + {{ epic.task_count }} {% csrf_token %}
Epics - {{ epics|length }} + {{ epics|length }} {% csrf_token %} @@ -35,7 +35,7 @@ {% for epic in epics %} {{ epic.name }} - {{ epic.task_count }} + {{ epic.task_count }} {% csrf_token %}