summaryrefslogtreecommitdiff
path: root/taskapp/views/task.py
AgeCommit message (Collapse)Author
2010-02-04added the functionality to assign a task to one of the claimed users.nishanth
2010-02-04addded link to view claims in 'view task' page .nishanth
2010-02-04implemented "add another mentor" functionality to a task.nishanth
2010-02-04implemented create task view which needed task.py in events. added a method ↵nishanth
show_msg to views/user.py and used it in logoff view.
2010-02-04renamed users.py to user.py and tasks to task in views folder and updated ↵nishanth
urls.py accordingly .