2022-01-13 14:35:30 +01:00

6 lines
163 B
Python

from django.utils.decorators import method_decorator
from django.views.generic import TemplateView
class AuthView(TemplateView):
template_name = "index.html"