Cosmetics
This commit is contained in:
@@ -473,7 +473,7 @@ class DescriptionForm(EventCreateForm):
|
||||
|
||||
if DEVELOPMENT_INIT_FORMS:
|
||||
if not title_prefix:
|
||||
title_prefix = u'%s' % sport
|
||||
title_prefix = u'%s' % choices.SPORT_CHOICES.get_label(sport)
|
||||
|
||||
self.fields['title'].initial = title_prefix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user