Files
TijdVoorDeTest/tvdt/elimination/views/home.py
2024-11-30 17:10:38 +01:00

6 lines
133 B
Python

from django.views.generic import TemplateView
class EliminationHomeView(TemplateView):
template_name = "elimination/home.html"