summaryrefslogtreecommitdiff
path: root/taskapp/forms
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-06 11:42:49 +0530
committerNishanth Amuluru2011-01-06 11:42:49 +0530
commit47416d529965ee1d21aa240d197fc79cb4970fa7 (patch)
treea8b5afacbe8c17c45b4daeacb60bf7f8998d63b9 /taskapp/forms
parent86e84a94a6b1e5e86e78459b06a9d618f76dcbb0 (diff)
downloadpytask-47416d529965ee1d21aa240d197fc79cb4970fa7.tar.gz
pytask-47416d529965ee1d21aa240d197fc79cb4970fa7.tar.bz2
pytask-47416d529965ee1d21aa240d197fc79cb4970fa7.zip
added saving of attachments
Diffstat (limited to 'taskapp/forms')
-rw-r--r--taskapp/forms/task.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/taskapp/forms/task.py b/taskapp/forms/task.py
index 44773e2..ef294a2 100644
--- a/taskapp/forms/task.py
+++ b/taskapp/forms/task.py
@@ -104,3 +104,4 @@ class WorkReportForm(forms.ModelForm):
class Meta:
model = WorkReport
fields = ['remarks', 'attachment']
+