diff options
Diffstat (limited to 'templates/task')
-rw-r--r-- | templates/task/report.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/task/report.html b/templates/task/report.html index 8890d1f..4e18f32 100644 --- a/templates/task/report.html +++ b/templates/task/report.html @@ -10,6 +10,11 @@ There are no reports submitted as of now {{rep.submitted_by}} | {{rep.attachment}} <br /> {% endfor %} {% endif %} -some data <hr /> +{% if can_upload %} +Submit a report: <br /> +<form action='' method=post enctype="multipart/form-data"> +{{ form.as_p }} +</form> +{% endif %} {% endblock %} |