Add mass updating for corps/alliances

This commit is contained in:
2011-12-10 18:48:43 +00:00
parent 62a8fe0e53
commit ec4f9da004
5 changed files with 38 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ urlpatterns = patterns('',
(r'^profile/reset/service/(?P<serviceid>\d+)/(?P<accept>\d+)$', views.service_reset),
(r'^profile/apipassword/', views.set_apipasswd),
(r'^profile/refresh/$', views.refresh_access),
(r'^profile/refresh/(?P<userid>\d+)/$', views.refresh_access),
url(r'^profile/refresh/(?P<userid>\d+)/$', views.refresh_access, name='sso-refreshaccess'),
(r'^profile/change/password/$', password_change),
(r'^profile/change/email/$', views.email_change),
(r'^profile/change/primary/$', views.primarychar_change),