diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index 47eb38623f60fe9e15ee2b8dbc45d7ab318e7177..adc8fc6efe20f13d9e3ffca0b80b1710678deab7 100644 --- a/pinaxcon/urls.py +++ b/pinaxcon/urls.py @@ -74,10 +74,7 @@ urlpatterns = [ url(r"^teams/", include("symposion.teams.urls")), # Demo payment gateway and related features - url(r"^register/pinaxcon/", include("pinaxcon.registrasion.urls")), - - # Demo payment gateway and related features - url(r"^register/payments/", include("registripe.urls")), + url(r"^tickets/payments/", include("registripe.urls")), # Required by registrasion url(r'^tickets/', include('registrasion.urls')),