From bcdb3572fa260052d76b54961dea9a9381381311 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 21 Apr 2021 19:08:42 +0100 Subject: Add new per-module ToDo texts --- core/forms.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'core/forms.py') diff --git a/core/forms.py b/core/forms.py index d2eddd3..0ecca73 100644 --- a/core/forms.py +++ b/core/forms.py @@ -15,9 +15,13 @@ from troggle.core.models.caves import Cave, LogbookEntry, QM, Entrance, CaveAndE Some are not used and need renovating or destroying. ''' +todo = '''Fix UploadFileForm +delete TripForm once working +''' + class CaveForm(ModelForm): '''Only those fields for which we want to override defaults are listed here - the other fields are present on the form, but use the default presentaiton style + the other fields are present on the form, but use the default presentation style ''' official_name = forms.CharField(required = False, widget=forms.TextInput(attrs={'size': '45'})) underground_description = forms.CharField(required = False, widget=forms.Textarea(attrs={'rows':9})) -- cgit v1.2.3