diff --git a/netbox/templates/users/api_tokens.html b/netbox/templates/users/api_tokens.html index 48fe01c1c..01ffec23a 100644 --- a/netbox/templates/users/api_tokens.html +++ b/netbox/templates/users/api_tokens.html @@ -5,7 +5,7 @@ {% block content %}
-
+
{% for token in tokens %}
@@ -49,7 +49,8 @@
{% empty %} -

You do not have any API tokens.

+
You do not have any API tokens.
+

Tokens are used to authenticate REST and GraphQL API requests.

{% endfor %}