From 7008f9fc77385fcb25e3ae704d0548216c83805e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 14 Jun 2011 17:46:19 +0200 Subject: tabbed edit --- coip/apps/name/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coip') diff --git a/coip/apps/name/forms.py b/coip/apps/name/forms.py index d1fed90..0e77a22 100644 --- a/coip/apps/name/forms.py +++ b/coip/apps/name/forms.py @@ -26,11 +26,11 @@ class NameEditForm(BetterModelForm): widgets = {'description': forms.Textarea(attrs={'cols': 62, 'rows': 6}), 'short': forms.TextInput(attrs={'size': 40})} fieldsets = [('step1', {'fields': ['short', 'description'], - 'legend': 'Step 1: Describe your group', + 'legend': 'Name and Description', 'classes': ['step'], 'description': 'Provide a short and (optionally) longer description of your group.'}), ('step2', {'fields': ['format'], - 'legend': 'Step 2: (optional): Advanced options', + 'legend': 'Advanced', 'classes': ['step','submit_step'], 'description': 'Only change these settings if you know what you are doing.'}) ] -- cgit v1.1