diff options
author | Nishanth Amuluru | 2011-01-06 11:42:49 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-01-06 11:42:49 +0530 |
commit | 47416d529965ee1d21aa240d197fc79cb4970fa7 (patch) | |
tree | a8b5afacbe8c17c45b4daeacb60bf7f8998d63b9 /templates/task | |
parent | 86e84a94a6b1e5e86e78459b06a9d618f76dcbb0 (diff) | |
download | pytask-47416d529965ee1d21aa240d197fc79cb4970fa7.tar.gz pytask-47416d529965ee1d21aa240d197fc79cb4970fa7.tar.bz2 pytask-47416d529965ee1d21aa240d197fc79cb4970fa7.zip |
added saving of attachments
Diffstat (limited to 'templates/task')
-rw-r--r-- | templates/task/report.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/task/report.html b/templates/task/report.html index 4e18f32..1856453 100644 --- a/templates/task/report.html +++ b/templates/task/report.html @@ -15,6 +15,7 @@ There are no reports submitted as of now Submit a report: <br /> <form action='' method=post enctype="multipart/form-data"> {{ form.as_p }} +<input type=submit value=submit /> </form> {% endif %} {% endblock %} |