diff options
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 %} |