summaryrefslogtreecommitdiff
path: root/archaeological_warehouse
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_warehouse')
-rw-r--r--archaeological_warehouse/forms.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py
index e942878a7..828d651f1 100644
--- a/archaeological_warehouse/forms.py
+++ b/archaeological_warehouse/forms.py
@@ -246,12 +246,6 @@ class WarehouseForm(CustomForm, ManageOldType, forms.Form):
mobile_phone = forms.CharField(
label=_("Mobile phone"), max_length=18, required=False
)
- HEADERS["x"] = FormHeader(_("Coordinates"))
- x = forms.FloatField(label=_("X"), required=False)
- y = forms.FloatField(label=_("Y"), required=False)
- spatial_reference_system = forms.ChoiceField(
- label=_("Spatial Reference System"), required=False, choices=[]
- )
TYPES = [
FieldType("warehouse_type", models.WarehouseType),