Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shabda committed Jan 7, 2014
1 parent 1d94d0a commit bec89bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tavern/views.py
Expand Up @@ -133,7 +133,7 @@ def create_event(request, template='create_event.html'):
event = form.save(commit=False)
event.creator = request.user
event.save()
return redirect("group_details"
return redirect("group_details")

context = {'form': form}
return render(request, template, context)
Expand Down

0 comments on commit bec89bf

Please sign in to comment.