dash-stack/authcp/views.py

7 lines
111 B
Python

from django.shortcuts import render
def index(request):
return render(request, "authcp/index.html", {})