diff --git a/templates/html/projects/task_view.html b/templates/html/projects/task_view.html index 8bf350f..e958a6b 100644 --- a/templates/html/projects/task_view.html +++ b/templates/html/projects/task_view.html @@ -107,13 +107,6 @@ {% endif %} -{% if task.depends %} -
- {% trans %}Depends on{% endtrans %}: - {{ task.depends }} -
-{% endif %} - {% if task.priority %}
{% trans %}Priority{% endtrans %}: @@ -153,6 +146,13 @@
{% endif %} +{% if task.depends %} +
+ {% trans %}Depends on{% endtrans %}: + {{ task.depends }} +
+{% endif %} + {% if task.blocked_set.all() %}
{% trans %}Blocks{% endtrans %}: