From db3e6bbffed80de71f1d61ff8fc59e092df55ad4 2017-06-26 12:46:11 From: Sachi King Date: 2017-06-26 12:46:11 Subject: [PATCH] This is why we can't have nice things --- diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index 9d76a30419ab31ec5054aee591455b8c8fbc499f..b21ec45f493764632a1b3b6462c88c80de4ecc6c 100644 --- a/pinaxcon/urls.py +++ b/pinaxcon/urls.py @@ -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"), ]