diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-03-22 02:22:15 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-03-22 02:22:15 +0000 |
commit | f1b206ad34ab06772d648ced3ae0995538e26dd6 (patch) | |
tree | f0b0b2228dda793473dd5bc693c7b795f9136cc0 /core/views/survex.py | |
parent | 48171ae824bed1ebae764916c8da4f529455f28e (diff) | |
download | troggle-f1b206ad34ab06772d648ced3ae0995538e26dd6.tar.gz troggle-f1b206ad34ab06772d648ced3ae0995538e26dd6.tar.bz2 troggle-f1b206ad34ab06772d648ced3ae0995538e26dd6.zip |
fixing bugs after wookey session
Diffstat (limited to 'core/views/survex.py')
-rw-r--r-- | core/views/survex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/survex.py b/core/views/survex.py index c0f63ef..21603bc 100644 --- a/core/views/survex.py +++ b/core/views/survex.py @@ -109,7 +109,7 @@ class SvxForm(forms.Form): filename = forms.CharField(widget=forms.TextInput(attrs={"readonly":True})) datetime = forms.DateTimeField(widget=forms.TextInput(attrs={"readonly":True})) outputtype = forms.CharField(widget=forms.TextInput(attrs={"readonly":True})) - code = forms.CharField(widget=forms.Textarea(attrs={"cols":150, "rows":36})) + code = forms.CharField(widget=forms.Textarea(attrs={"cols":140, "rows":36})) template = False |