diff --git a/templates/task_detail.html b/templates/task_detail.html index 95a9ac6..5204e8f 100644 --- a/templates/task_detail.html +++ b/templates/task_detail.html @@ -10,6 +10,17 @@ Template (Auto-Add) {% endif %}
+ + {% if task.activity_id %} + + {% else %} + No activity linked. Edit task to assign one. + {% endif %} Back to Tasks diff --git a/templates/tasks.html b/templates/tasks.html index d23934a..15b2c5e 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -39,17 +39,32 @@