diff -r 0ede6b2c5cd1 -r 8632a44b743d templates/task/assigncredits.html --- a/templates/task/assigncredits.html Sun Feb 28 02:45:21 2010 +0530 +++ b/templates/task/assigncredits.html Sun Feb 28 03:01:53 2010 +0530 @@ -12,6 +12,8 @@ {% if prev_credits %} Mark task as complete.
+ {% endif %} + {% if credit_requests %}
Previous credits:
{% for req in credit_requests %}
@@ -34,5 +36,7 @@ status: Request pending {% endif %} {% endfor %} + {% else %} + No assigning of pynts has been made for this task. {% endif %} {% endblock %}