diff --git a/taskapp/templates/taskapp/tasklist.html b/taskapp/templates/taskapp/tasklist.html index f721cae..5484e92 100644 --- a/taskapp/templates/taskapp/tasklist.html +++ b/taskapp/templates/taskapp/tasklist.html @@ -6,8 +6,8 @@
| {% trans 'Name and comment count' %} | -{% trans 'Address' %} | +{% trans 'Name and comment count' %} | +{% trans 'Address' %} | {% trans 'The nature of the damage' %} | {% trans 'Description' %} | {% trans 'Task author' %} | diff --git a/taskapp/templates/taskapp/tasklist_own.html b/taskapp/templates/taskapp/tasklist_own.html index a8e1b7f..73675c9 100644 --- a/taskapp/templates/taskapp/tasklist_own.html +++ b/taskapp/templates/taskapp/tasklist_own.html @@ -7,8 +7,8 @@||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| # | -{% trans 'Name' %} | -{% trans 'Address' %} | +{% trans 'Name' %} | +{% trans 'Address' %} | {% trans 'The nature of the damage' %} | {% trans 'Description' %} | {% trans 'Condition' %} |