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:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user