diff --git a/plinth/modules/users/__init__.py b/plinth/modules/users/__init__.py index 69869422d..6a68e6bac 100644 --- a/plinth/modules/users/__init__.py +++ b/plinth/modules/users/__init__.py @@ -20,15 +20,16 @@ Plinth module to manage users """ from gettext import gettext as _ + from plinth import cfg - -def init(): - """Intialize the user module""" - menu = cfg.main_menu.get('system:index') - menu.add_urlname(_('Users and Groups'), 'glyphicon-user', 'users:index', - 15) - __all__ = ['init'] depends = ['plinth.modules.system'] + + +def init(): + """Intialize the user module.""" + menu = cfg.main_menu.get('system:index') + menu.add_urlname(_('Users and Groups'), 'glyphicon-user', 'users:index', + 15) diff --git a/plinth/modules/users/templates/users_delete.html b/plinth/modules/users/templates/users_delete.html index 27e8f6b20..fa2b2ffc2 100644 --- a/plinth/modules/users/templates/users_delete.html +++ b/plinth/modules/users/templates/users_delete.html @@ -28,12 +28,12 @@
{% endblock %} diff --git a/plinth/modules/users/templates/users_update.html b/plinth/modules/users/templates/users_update.html index 56328c7e5..4a817e1af 100644 --- a/plinth/modules/users/templates/users_update.html +++ b/plinth/modules/users/templates/users_update.html @@ -32,22 +32,25 @@+
Use the change password form to change the password.
-