mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-01-18 16:42:48 +00:00
make Eexplorers field on Cave disabled
This commit is contained in:
@@ -63,10 +63,9 @@ class CaveForm(ModelForm):
|
||||
widget=HTMLarea(attrs={"height": "80%", "rows": 20, "placeholder": "Enter page content (using HTML)"}),
|
||||
)
|
||||
explorers = forms.CharField(
|
||||
required=False,
|
||||
label = "Explorers: CUCC expo or another club?",
|
||||
widget=HTMLarea(attrs={"height": "80%", "rows": 20,
|
||||
"placeholder": "Enter page content (using HTML)"}),
|
||||
required=False, disabled = True,
|
||||
label = "Explorers (CUCC expo or another club) - historic and disabled. This is now recorded in Survex files.",
|
||||
widget=forms.TextInput(attrs={"height": "80%", "size": 80}),
|
||||
)
|
||||
equipment = forms.CharField(
|
||||
required=False,
|
||||
|
||||
Reference in New Issue
Block a user