equal
deleted
inserted
replaced
15 |
15 |
16 {% if can_close %} |
16 {% if can_close %} |
17 <a href="/task/close/tid={{task.uniq_key}}">Close task</a> |
17 <a href="/task/close/tid={{task.uniq_key}}">Close task</a> |
18 {% endif %} |
18 {% endif %} |
19 |
19 |
|
20 <!-- |
20 {% if can_delete %} |
21 {% if can_delete %} |
21 <a href="/task/delete/tid={{task.uniq_key}}">Delete task</a> |
22 <a href="/task/delete/tid={{task.uniq_key}}">Delete task</a> |
22 {% endif %} |
23 {% endif %} |
|
24 --> |
23 |
25 |
24 <hr />created by <a href="/user/view/uid={{ task.created_by.id }}">{{ task.created_by.username }}</a> |
26 <hr />created by <a href="/user/view/uid={{ task.created_by.id }}">{{ task.created_by.username }}</a> |
25 on {{task.creation_datetime|date:"D d M Y"}} at {{task.creation_datetime|time:"H:i"}}<br /> |
27 on {{task.creation_datetime|date:"D d M Y"}} at {{task.creation_datetime|time:"H:i"}}<br /> |
26 |
28 |
27 {% if reviewers %} |
29 {% if reviewers %} |