Event slugs are only unique among one organizer

This commit is contained in:
Raphael Michel
2014-09-14 14:26:41 +02:00
parent b440036942
commit 0226b12840
5 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
from django.shortcuts import render
def index(request, event):
def index(request, organizer, event):
return render(request, 'tixlcontrol/event/index.html', {})