2
0
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:
2025-10-20 16:26:28 +03:00
parent ed43ab4bcf
commit 79ef45a99f

View File

@@ -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,