diff options
Diffstat (limited to 'core/views/survex.py')
-rw-r--r-- | core/views/survex.py | 3 |
1 files changed, 2 insertions, 1 deletions
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})) |