Changeset - db3e6bbffed8
[Not reviewed]
0 1 0
Sachi King - 7 years ago 2017-06-26 12:46:11
nakato@nakato.io
This is why we can't have nice things
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/urls.py
Show inline comments
...
 
@@ -25,7 +25,7 @@ urlpatterns = [
 
    url(r'^tickets/', include('registrasion.urls')),
 
    url(r'^nested_admin/', include('nested_admin.urls')),
 

	
 
    url(r'^dashboard/' RedirectView.as_view(url='/')),
 
    url(r'^dashboard/', RedirectView.as_view(url='/')),
 
    url(r'^$', symposion.views.dashboard, name="dashboard"),
 

	
 
]
0 comments (0 inline, 0 general)