poulpe/event/views.py
2017-02-18 20:20:43 +01:00

5 lines
114 B
Python

from django.views.generic import TemplateView
class Index(TemplateView):
template_name = "event/index.html"