add control panel index

This commit is contained in:
Laura Klünder 2017-12-08 15:21:33 +01:00
parent 65917be3e0
commit 01b703fad2
9 changed files with 43 additions and 5 deletions

View file

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