fix typo in frontpage_title
This commit is contained in:
parent
b963b61385
commit
391a10bb03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user