diff options
Diffstat (limited to 'templates/task/assigncredits.html')
-rw-r--r-- | templates/task/assigncredits.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/task/assigncredits.html b/templates/task/assigncredits.html index 21d8807..9c64cae 100644 --- a/templates/task/assigncredits.html +++ b/templates/task/assigncredits.html @@ -11,6 +11,7 @@ {{credit.points}} pynts were given by <a href="/user/view/uid={{credit.given_by.id}}">{{credit.given_by.username}}</a> to <a href="/user/view/uid={{credit.given_to.id}}">{{credit.given_to.username}}</a> at {{credit.given_time.ctime}}<br /> {% endfor %} + <a href="/task/complete/tid={{task.id}}">Mark task as complete.</a> {% endif %} <form action="" method="post"> |