diff --git a/netbox/templates/generic/object_edit.html b/netbox/templates/generic/object_edit.html index 56e4f5a32..bc970f4a1 100644 --- a/netbox/templates/generic/object_edit.html +++ b/netbox/templates/generic/object_edit.html @@ -109,9 +109,11 @@ Context: + {% if not disable_addanother %} + {% endif %} {% endif %} Cancel {% endblock buttons %} diff --git a/netbox/templates/users/api_token.html b/netbox/templates/users/api_token.html new file mode 100644 index 000000000..753c93935 --- /dev/null +++ b/netbox/templates/users/api_token.html @@ -0,0 +1,35 @@ +{% extends 'generic/object.html' %} +{% load helpers %} +{% load plugins %} + +{% block content %} +
The token has been created, you will need to copy the key as it will no longer be displayed for security purposes.
+Key | +{{ object.key }} | +