Replace API Key page with Dashboard profile (#582)

Shows characters on each API key, main character, API key
status and the user groups.
This commit is contained in:
Basraah
2017-01-03 09:47:10 +10:00
committed by Adarnof
parent 286cb9e1d1
commit f96959d854
8 changed files with 141 additions and 142 deletions

View File

@@ -177,7 +177,7 @@ urlpatterns += i18n_patterns(
django.contrib.auth.views.password_reset_confirm, name='password_reset_confirm'),
# Portal Urls
url(_(r'^dashboard/$'), authentication.views.dashboard_view, name='auth_dashboard'),
url(_(r'^dashboard/$'), eveonline.views.dashboard_view, name='auth_dashboard'),
url(_(r'^help/$'), authentication.views.help_view, name='auth_help'),
# Eveonline Urls