From 783a2c959f365588849b2af728aa7e9b0c19bf02 Mon Sep 17 00:00:00 2001
From: nishanth
Date: Fri, 26 Feb 2010 13:22:13 +0530
Subject: mark task as complete functionality is added.
---
templates/task/assigncredits.html | 1 +
templates/task/complete.html | 19 +++++++++++++
templates/task/publish.html | 5 ++--
templates/task/view.html | 56 +++++++++++++++++++++++----------------
4 files changed, 56 insertions(+), 25 deletions(-)
create mode 100644 templates/task/complete.html
(limited to 'templates')
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 {{credit.given_by.username}} to
{{credit.given_to.username}} at {{credit.given_time.ctime}}
{% endfor %}
+ Mark task as complete.
{% endif %}