summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorCefin <kevon@tuta.io>2022-02-04 19:17:48 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:21:00 +0100
commiteb16eddc8b16f9bfce7f86b9d44d800966eb455f (patch)
tree139c400c3ce058a28522f9fcbbf0846bd4081341 /archaeological_operations/templates
parent8fe3490ef597322d13d4595cc6139c7254e6d2e8 (diff)
downloadIshtar-eb16eddc8b16f9bfce7f86b9d44d800966eb455f.tar.bz2
Ishtar-eb16eddc8b16f9bfce7f86b9d44d800966eb455f.zip
Operation - Parcels - Modify: adjustments #5227
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/forms/operation_modify_parcels.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/archaeological_operations/templates/ishtar/forms/operation_modify_parcels.html b/archaeological_operations/templates/ishtar/forms/operation_modify_parcels.html
index cb526ee79..6128150be 100644
--- a/archaeological_operations/templates/ishtar/forms/operation_modify_parcels.html
+++ b/archaeological_operations/templates/ishtar/forms/operation_modify_parcels.html
@@ -31,17 +31,6 @@
</td>
</tr>
</table>
- <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>