summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pytask/templates/task/view.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/pytask/templates/task/view.html b/pytask/templates/task/view.html
index 9eacf71..66bc72a 100644
--- a/pytask/templates/task/view.html
+++ b/pytask/templates/task/view.html
@@ -46,15 +46,17 @@
<br />
<hr />
+ <strong>Pynts: {{ task.pynts }}</strong><br/>
+ {% if task.tags.count %}
+ Tags: {% as_tags task.tags %}<hr />
+ {% endif %}
+
+ <hr />
<b>Description:</b><br />
{{ task.desc|linebreaksbr }}
<br /><br /><hr />
- {% if task.tags.count %}
- Tags: {% as_tags task.tags %}<hr />
- {% endif %}
-
{% if selected_users %}
Users working on this task: