diff --git a/netbox/templates/users/base.html b/netbox/templates/users/base.html index 503b081ad..d24681462 100644 --- a/netbox/templates/users/base.html +++ b/netbox/templates/users/base.html @@ -12,7 +12,6 @@ Change Password {% endif %} API Tokens - User Key
Are you sure you want to delete your session key?
-{% endblock %} diff --git a/netbox/templates/users/userkey.html b/netbox/templates/users/userkey.html deleted file mode 100644 index 810a8ca3c..000000000 --- a/netbox/templates/users/userkey.html +++ /dev/null @@ -1,53 +0,0 @@ -{% extends 'users/base.html' %} - -{% block title %}User Key{% endblock %} - -{% block usercontent %} - {% if object %} - -- Created {{ object.created }} · Updated {{ object.last_updated|timesince }} ago -
- {% if not object.is_active %} -{{ object.public_key }}-
You don't have a user key on file.
- - {% endif %} -{% endblock %} diff --git a/netbox/templates/users/userkey_edit.html b/netbox/templates/users/userkey_edit.html deleted file mode 100644 index 76d79d398..000000000 --- a/netbox/templates/users/userkey_edit.html +++ /dev/null @@ -1,55 +0,0 @@ -{% extends 'users/base.html' %} -{% load static %} -{% load form_helpers %} - -{% block title %}User Key{% endblock %} - -{% block usercontent %} - {% if object.is_active %} -