equal
deleted
inserted
replaced
8 {% else %} |
8 {% else %} |
9 {% for rep in old_reports %} |
9 {% for rep in old_reports %} |
10 {{rep.submitted_by}} | {{rep.attachment}} <br /> |
10 {{rep.submitted_by}} | {{rep.attachment}} <br /> |
11 {% endfor %} |
11 {% endfor %} |
12 {% endif %} |
12 {% endif %} |
13 some data |
|
14 <hr /> |
13 <hr /> |
|
14 {% if can_upload %} |
|
15 Submit a report: <br /> |
|
16 <form action='' method=post enctype="multipart/form-data"> |
|
17 {{ form.as_p }} |
|
18 </form> |
|
19 {% endif %} |
15 {% endblock %} |
20 {% endblock %} |