Cosmetics

This commit is contained in:
2018-01-23 23:49:59 +01:00
parent fdc992aefb
commit cb6c00eba3

View File

@@ -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