X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=blobdiff_plain;f=urls.py;h=0eef5e4f1ecf1372b990d96a1e1a96b6fd0a5f80;hp=c40951e351cd9a220888f0ce4ca1fe3b08c36318;hb=f608a07f83a17210ea58324ea27ff03a30bd7135;hpb=4943904718321f6a6ef9f1a75db12195dafbd5fa diff --git a/urls.py b/urls.py index c40951e..0eef5e4 100644 --- a/urls.py +++ b/urls.py @@ -5,6 +5,7 @@ admin.autodiscover() urlpatterns = patterns('', (r'^$', 'dorestad-bookings.tickets.views.book'), + url(r'^betalingen/$', 'dorestad-bookings.tickets.views.payments', name='payments'), # Example: # (r'^dorestad1493/', include('dorestad1493.foo.urls')),