diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index f49d94b18da2e4d9bf83c28255a8f0311a8b2124..0c2901e94e761f9fbfe8f25cfae07f9c10cb53d6 100644 --- a/pinaxcon/urls.py +++ b/pinaxcon/urls.py @@ -24,13 +24,16 @@ 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")), + # Required by registrasion url(r'^register/', include('registrasion.urls')), url(r'^nested_admin/', include('nested_admin.urls')), - # Demo payment gateway and related features - url(r"^register/pinaxcon/", include("pinaxcon.registrasion.urls")), - url(r"^boxes/", include("pinax.boxes.urls")), # Catch-all MUST go last.