team-3/src/c3nav/control/views.py

6 lines
116 B
Python
Raw Normal View History

2017-12-08 15:21:33 +01:00
from django.shortcuts import render
def main_index(request):
return render(request, 'control/index.html', {})