diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index 72bcce7418da578c75c8f655cafeb321f5719e88..47eb38623f60fe9e15ee2b8dbc45d7ab318e7177 100644 --- a/pinaxcon/urls.py +++ b/pinaxcon/urls.py @@ -80,7 +80,7 @@ urlpatterns = [ url(r"^register/payments/", include("registripe.urls")), # Required by registrasion - url(r'^register/', include('registrasion.urls')), + url(r'^tickets/', include('registrasion.urls')), url(r'^nested_admin/', include('nested_admin.urls')), # Catch-all MUST go last.