summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/forms/operation_modify_parcels.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/archaeological_operations/templates/ishtar/forms/operation_modify_parcels.html b/archaeological_operations/templates/ishtar/forms/operation_modify_parcels.html
index 434ba9490..4b937a2a6 100644
--- a/archaeological_operations/templates/ishtar/forms/operation_modify_parcels.html
+++ b/archaeological_operations/templates/ishtar/forms/operation_modify_parcels.html
@@ -10,7 +10,7 @@
</div>
<form enctype="multipart/form-data" action="{{url}}" method="post" id="qa-new-{{ formset.form_slug }}">
{{ formset.management_form }}
- {{ formset_add.management_form }}
+ {% comment %} {{ formset_add.management_form }} {% endcomment %}
{% csrf_token %}
<div class="modal-body body-scroll">
<div class='form'>
@@ -32,17 +32,17 @@
</td>
</tr>
</table>
- {% comment %} <h3>Add a new parcel</h3> {% endcomment %}
- {% comment %} {% if formset_add.non_form_errors %} {% endcomment %}
- {% comment %} <div class="alert alert-danger" role="alert"> {% endcomment %}
- {% comment %} {{ formset_add.non_form_errors }} {% endcomment %}
- {% comment %} </div> {% endcomment %}
- {% comment %} {% endif %} {% endcomment %}
- {% comment %} <table> {% endcomment %}
- {% comment %} {% for form in formset_add %} {% endcomment %}
- {% comment %} {{form}} {% endcomment %}
- {% comment %} {% endfor %} {% endcomment %}
- {% comment %} </table> {% endcomment %}
+ <h3>Add a new parcel</h3>
+ {% if formset_add.non_form_errors %}
+ <div class="alert alert-danger" role="alert">
+ {{ formset_add.non_form_errors }}
+ </div>
+ {% endif %}
+ <table>
+ {% for form in formset_add %}
+ {{form}}
+ {% endfor %}
+ </table>
{% endblock %}
</div>
</div>