Fehler beim Link
This commit is contained in:
parent
60e6808962
commit
4e7155cc00
|
|
@ -87,7 +87,7 @@ class OrganizerAdd(LoginRequiredMixin, CreateView):
|
||||||
def get_context_data(self, **kwargs):
|
def get_context_data(self, **kwargs):
|
||||||
context = super().get_context_data(**kwargs)
|
context = super().get_context_data(**kwargs)
|
||||||
context.update({'active_link' : 'organizer'})
|
context.update({'active_link' : 'organizer'})
|
||||||
return get_context_data
|
return context
|
||||||
|
|
||||||
def form_valid(self, form):
|
def form_valid(self, form):
|
||||||
# Send message to the site
|
# Send message to the site
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue