Adjusted templates footer stuff.

This commit is contained in:
2018-01-30 15:30:01 +01:00
parent fdcc103571
commit ce6a1fbdc0
3 changed files with 1 additions and 33 deletions

View File

@@ -3,7 +3,3 @@ from django.views import generic
class HomeView(generic.TemplateView):
template_name = 'dav_events/home.html'
class ImprintView(generic.TemplateView):
template_name = 'dav_events/imprint.html'