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