tickets: Add url pattern for the booking view.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 11:47:58 +0000 (13:47 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 11:49:20 +0000 (13:49 +0200)
urls.py

diff --git a/urls.py b/urls.py
index 3eb5e8e3fa7ab0ee677bde6c7156a65f5c4d920b..b79f80222f8b0cb5e92af6d1dd5fe3d3d052ba25 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -5,6 +5,7 @@ from django.conf.urls.defaults import *
 # admin.autodiscover()
 
 urlpatterns = patterns('',
+    (r'^reserveren/$', 'dorestad-bookings.tickets.views.book'),
     # Example:
     # (r'^dorestad1493/', include('dorestad1493.foo.urls')),