Remove a redirect to share-event that was missed when stripping all these out
This commit is contained in:
parent
ca1fc90cbc
commit
4847309b50
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ def add_place_to_event(request, event_id):
|
|||
if event.series is not None and event.series.place is None:
|
||||
event.series.place = new_place;
|
||||
event.series.save()
|
||||
return redirect('share-event', event.id)
|
||||
return redirect('show-event', event.id)
|
||||
else:
|
||||
context = {
|
||||
'event': event,
|
||||
|
|
Loading…
Reference in a new issue