mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 23:20:18 +02:00
Things!
This commit is contained in:
@@ -0,0 +1 @@
|
||||
from .home import EliminationHomeView
|
||||
@@ -0,0 +1,5 @@
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
|
||||
class EliminationHomeView(TemplateView):
|
||||
template_name = "elimination/home.html"
|
||||
Reference in New Issue
Block a user