diff --git a/openslides/participant/urls.py b/openslides/participant/urls.py index 2aef5ef59..a7d152c21 100644 --- a/openslides/participant/urls.py +++ b/openslides/participant/urls.py @@ -71,11 +71,6 @@ urlpatterns = patterns('participant.views', name='user_group_delete', ), - url(r'^user/settings$', - 'user_settings', - name='user_settings', - ), - url(r'^resetpassword/(?P\d+)$', 'reset_password', name='user_reset_password', diff --git a/openslides/templates/base.html b/openslides/templates/base.html index 0fa8f5325..b0d7ece6c 100644 --- a/openslides/templates/base.html +++ b/openslides/templates/base.html @@ -25,7 +25,8 @@