mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 13:27:08 +00:00
More form layout chnages for Django v5
This commit is contained in:
@@ -64,7 +64,7 @@ class CaveForm(ModelForm):
|
||||
# widget=forms.TextInput(attrs={"placeholder": "see example below"})
|
||||
# )
|
||||
kataster_code = forms.CharField(required=False,
|
||||
label = "Kataster code, see below",
|
||||
label = "Kataster code, see bottom of page",
|
||||
widget=forms.TextInput(attrs={"placeholder": "see example below"})
|
||||
)
|
||||
# underground_centre_line = forms.CharField(
|
||||
@@ -87,7 +87,7 @@ class CaveForm(ModelForm):
|
||||
length = forms.CharField(required=False, label="Length (m)", widget=forms.TextInput(attrs={"placeholder": "usually blank"}))
|
||||
depth = forms.CharField(required=False, label="Depth (m)", widget=forms.TextInput(attrs={"placeholder": "usually blank"}))
|
||||
extent = forms.CharField(required=False, label="Extent (m)", widget=forms.TextInput(attrs={"placeholder": "usually blank"}))
|
||||
subarea = forms.CharField(required=False, label="Subarea", widget=forms.TextInput(attrs={"placeholder": "usually blank, archaic"}))
|
||||
subarea = forms.CharField(required=False, label="Subarea (do not use for new caves)", widget=forms.TextInput(attrs={"placeholder": "usually blank, archaic"}))
|
||||
|
||||
#cave_slug = forms.CharField()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user