From 68749530a37836fe2302d6cb62635f2eca9ccfa9 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Mon, 2 Oct 2017 19:15:30 -0700 Subject: [PATCH] Updates URLs --- pinaxcon/urls.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index 47eb386..adc8fc6 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')),