@@ -10,7 +10,7 @@ from django.conf import settings
...
@@ -10,7 +10,7 @@ from django.conf import settings
classElectionForm(forms.Form):
classElectionForm(forms.Form):
short_name=forms.SlugField(max_length=25,help_text='no spaces, will be part of the URL for your election, e.g. my-club-2010')
short_name=forms.SlugField(max_length=40,help_text='no spaces, will be part of the URL for your election, e.g. my-club-2010')
name=forms.CharField(max_length=100,widget=forms.TextInput(attrs={'size':60}),help_text='the pretty name for your election, e.g. My Club 2010 Election')
name=forms.CharField(max_length=100,widget=forms.TextInput(attrs={'size':60}),help_text='the pretty name for your election, e.g. My Club 2010 Election')