fix typo in frontpage_title

This commit is contained in:
Oskar Hahn 2012-06-23 15:42:25 +02:00
parent b963b61385
commit 391a10bb03
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class GeneralConfig(FormView):
config['event_organizer'] = form.cleaned_data['event_organizer']
# frontpage
config['frontpage_welcometext'] = form.cleaned_data['frontpage_welcometext']
config['frontpage_title'] = form.cleaned_data['frontpage_title']
config['frontpage_welcometext'] = form.cleaned_data['frontpage_welcometext']
# system