tombola-bde-2020/apps/tbde/views.py

8 lines
162 B
Python
Raw Normal View History

2020-02-29 10:39:42 +00:00
# Copyright (C) 2020 by BDE ENS Paris-Saclay
from django.views.generic import TemplateView
class TombolaView(TemplateView):
template_name = "tombola.html"