summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coip/apps/name/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coip/apps/name/forms.py b/coip/apps/name/forms.py
index 0e77a22..695ba8a 100644
--- a/coip/apps/name/forms.py
+++ b/coip/apps/name/forms.py
@@ -23,7 +23,7 @@ class NameEditForm(BetterModelForm):
class Meta:
model = Name
fields = ['short','description','format']
- widgets = {'description': forms.Textarea(attrs={'cols': 62, 'rows': 6}),
+ widgets = {'description': forms.Textarea(attrs={'cols': 68, 'rows': 6}),
'short': forms.TextInput(attrs={'size': 40})}
fieldsets = [('step1', {'fields': ['short', 'description'],
'legend': 'Name and Description',