Changeset - dc24e64d4f99
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2016-09-01 23:59:10
chrisjrn@gmail.com
Fixes catch-all URLs
1 file changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/urls.py
Show inline comments
...
 
@@ -26,5 +26,2 @@ urlpatterns = [
 

	
 
    url(r"^boxes/", include("pinax.boxes.urls")),
 
    url(r"^", include("pinax.pages.urls")),
 

	
 
    # Required by registrasion
...
 
@@ -35,2 +32,7 @@ urlpatterns = [
 
    url(r"^register/pinaxcon/", include("pinaxcon.registrasion.urls")),
 

	
 
    url(r"^boxes/", include("pinax.boxes.urls")),
 

	
 
    # Catch-all MUST go last.
 
    #url(r"^", include("pinax.pages.urls")),
 
]
0 comments (0 inline, 0 general)