From 06ac840dd077e38d6158411884524fbfd10c03bd Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 5 Mar 2023 17:46:01 +0000 Subject: Needed for django 4.2 admin pages --- core/views/survex.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/views/survex.py') diff --git a/core/views/survex.py b/core/views/survex.py index 2a3c67d..e9f7c9f 100644 --- a/core/views/survex.py +++ b/core/views/survex.py @@ -111,7 +111,8 @@ survextemplatefile = """; *** THIS IS A TEMPLATE FILE NOT WHAT YOU MIGHT BE EXPE class SvxForm(forms.Form): """Two-pane form, upper half is the raw survex file, lower half (with green background) - is the output of running 'cavern' on the survex file. + is the output : of running 'cavern' on the survex file, of running a 'difference', of + checking that there are no square brackets left. """ dirname = forms.CharField(widget=forms.TextInput(attrs={"readonly": True})) -- cgit v1.2.3