2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 17:47:24 +00:00

REMOVED northing and easting fields

This commit is contained in:
2023-10-12 00:25:24 +03:00
parent a2bddaeb89
commit 3b1fd56fe4
3 changed files with 8 additions and 28 deletions

View File

@@ -174,12 +174,7 @@ class EntranceForm(ModelForm):
required=False,
widget=forms.TextInput(attrs={"size": "50"}), label="Other station: Survex station id, e.g. 1623.2023-xx-01.33"
)
northing = forms.CharField(
required=False, widget=forms.TextInput(attrs={"size": "10"}), label="Northing (UTM) - random shit, being expunged"
)
easting = forms.CharField(
required=False, widget=forms.TextInput(attrs={"size": "10"}), label="Easting (UTM) - random shit, being expunged"
)
lat_wgs84 = forms.CharField(
required=False, widget=forms.TextInput(attrs={"size": "10"}), label="Latitude (WSG84) - if no other location"
)