Changeset - 68749530a378
[Not reviewed]
0 1 0
Christopher Neugebauer - 6 years ago 2017-10-03 02:15:30
chrisjrn@gmail.com
Updates URLs
1 file changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general)
pinaxcon/urls.py
Show inline comments
...
 
@@ -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')),
0 comments (0 inline, 0 general)