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