File diff e52dbd9c5449 → db3e6bbffed8
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"),
 

	
 
]