Add vocabulary page

This commit is contained in:
2014-12-23 09:13:22 +01:00
committed by Gergely Polonkai
parent ae7ea8004f
commit cb8a780548
5 changed files with 32 additions and 0 deletions

View File

@@ -4,4 +4,5 @@ from django.views.generic import TemplateView
urlpatterns = patterns(
'',
url('^$', TemplateView.as_view(template_name = 'front_template.html'), name = 'index'),
url('', include('booking.urls', namespace = 'booking')),
)