X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=blobdiff_plain;f=urls.py;h=c40951e351cd9a220888f0ce4ca1fe3b08c36318;hp=e3a1d5c536576e115a035203f8ef802e03e27e24;hb=f8098c25947f4e98d991cbc15ecbb18e579a0f20;hpb=9f975ac055023a8f483b2dfeae36f75c04e50f5f diff --git a/urls.py b/urls.py index e3a1d5c..c40951e 100644 --- a/urls.py +++ b/urls.py @@ -4,7 +4,7 @@ from django.contrib import admin admin.autodiscover() urlpatterns = patterns('', - (r'^reserveren/$', 'dorestad-bookings.tickets.views.book'), + (r'^$', 'dorestad-bookings.tickets.views.book'), # Example: # (r'^dorestad1493/', include('dorestad1493.foo.urls')),