Add vocabulary page
This commit is contained in:
@@ -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')),
|
||||
)
|
||||
|
Reference in New Issue
Block a user