mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 20:54:20 +01:00
Things!
This commit is contained in:
1
tvdt/elimination/views/__init__.py
Normal file
1
tvdt/elimination/views/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .home import EliminationHomeView
|
||||
5
tvdt/elimination/views/home.py
Normal file
5
tvdt/elimination/views/home.py
Normal file
@@ -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