mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01:00
6 lines
133 B
Python
6 lines
133 B
Python
from django.views.generic import TemplateView
|
|
|
|
|
|
class EliminationHomeView(TemplateView):
|
|
template_name = "elimination/home.html"
|