tickets: Add an interface for processing payments.
[matthijs/projects/dorestad-bookings.git] / urls.py
diff --git a/urls.py b/urls.py
index c40951e351cd9a220888f0ce4ca1fe3b08c36318..0eef5e4f1ecf1372b990d96a1e1a96b6fd0a5f80 100644 (file)
--- 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')),