From 37d43b093440f95a300477746154c09fcff12eeb Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 18 Oct 2010 13:47:58 +0200 Subject: [PATCH] tickets: Add url pattern for the booking view. --- urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/urls.py b/urls.py index 3eb5e8e..b79f802 100644 --- 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')), -- 2.30.2