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