diff --git a/python/nav/web/templates/useradmin/userinfo.html b/python/nav/web/templates/useradmin/userinfo.html deleted file mode 100644 index da4cd8f69a..0000000000 --- a/python/nav/web/templates/useradmin/userinfo.html +++ /dev/null @@ -1,66 +0,0 @@ -{% extends "useradmin/base.html" %} -{% load crispy_forms_tags %} - -{% block content %} - {% for m in current_user_data.messages %} -
Login: | -{{ account.login }} | -
---|---|
Name: | -{{ account.name }} | -
Groups: | -
- {% if account.groups.all %}
-
|
-
Organizations: | -
- {% if account.organizations.all %}
-
|
-
- You are not allowed to change your password from this page. Your - account is managed through an external system, known as "{{ account.ext_sync }}". -
- {% else %} - {% crispy password_form %} - {% endif %} - -