summaryrefslogtreecommitdiff
path: root/templates/task/assigncredits.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/task/assigncredits.html')
-rw-r--r--templates/task/assigncredits.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/task/assigncredits.html b/templates/task/assigncredits.html
index 066505d..eff23bf 100644
--- a/templates/task/assigncredits.html
+++ b/templates/task/assigncredits.html
@@ -12,6 +12,8 @@
{% if prev_credits %}
<a href="/task/complete/tid={{task.id}}">Mark task as complete.</a>
<hr />
+ {% endif %}
+ {% if credit_requests %}
<br/>Previous credits:<br />
{% for req in credit_requests %}
<hr />
@@ -34,5 +36,7 @@
status: Request pending
{% endif %}
{% endfor %}
+ {% else %}
+ No assigning of pynts has been made for this task.
{% endif %}
{% endblock %}