mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 10:57:19 +00:00
Needed for django 4.2 admin pages
This commit is contained in:
@@ -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}))
|
||||
|
||||
Reference in New Issue
Block a user