Base structure for event-specific control

This commit is contained in:
Raphael Michel
2014-09-12 22:10:37 +02:00
parent 1b579a7e45
commit b47c6e14fa
4 changed files with 30 additions and 1 deletions

View File

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