Yohann D'ANELLO abee482257 Create view
2020-02-29 11:39:42 +01:00

8 lines
162 B
Python

# Copyright (C) 2020 by BDE ENS Paris-Saclay
from django.views.generic import TemplateView
class TombolaView(TemplateView):
template_name = "tombola.html"