Tixlcontrol base template

This commit is contained in:
Raphael Michel
2014-09-11 20:49:34 +02:00
parent 5365893b31
commit 41d22b274e
3 changed files with 45 additions and 1 deletions

View File

@@ -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', {})