From 146a51cebaf181802b52e2957540af6da4964ee5 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 29 Dec 2021 09:10:56 -0500 Subject: [PATCH] Clean up API tokens view --- netbox/templates/users/api_tokens.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 %}