forked from CGM_Public/pretix_original
Tixlcontrol base template
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from django.http import HttpResponse
|
||||
from django.shortcuts import render
|
||||
|
||||
|
||||
def index(request):
|
||||
return HttpResponse('Coming soon.')
|
||||
return render(request, 'tixlcontrol/base.html', {})
|
||||
|
||||
Reference in New Issue
Block a user