From 1efd80954e0e10fb9c876264139eb2df9d0e0c6c Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 19 Apr 2024 10:50:00 -0400 Subject: [PATCH] Formatting cleanup --- netbox/templates/account/password.html | 6 +++--- netbox/templates/account/profile.html | 2 +- netbox/templates/account/token_list.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/netbox/templates/account/password.html b/netbox/templates/account/password.html index 4a2cf640f..002ecadc7 100644 --- a/netbox/templates/account/password.html +++ b/netbox/templates/account/password.html @@ -5,10 +5,10 @@ {% block title %}{% trans "Change Password" %}{% endblock %} {% block content %} -
+ {% csrf_token %} -
-
{% trans "Password" %}
+
+
{% trans "Password" %}
{% render_field form.old_password %} {% render_field form.new_password1 %} {% render_field form.new_password2 %} diff --git a/netbox/templates/account/profile.html b/netbox/templates/account/profile.html index f494df910..6a58450e0 100644 --- a/netbox/templates/account/profile.html +++ b/netbox/templates/account/profile.html @@ -66,7 +66,7 @@
{% trans "Recent Activity" %}
-
+
{% render_table changelog_table 'inc/table.html' %}
diff --git a/netbox/templates/account/token_list.html b/netbox/templates/account/token_list.html index ee57c29d5..037f8817c 100644 --- a/netbox/templates/account/token_list.html +++ b/netbox/templates/account/token_list.html @@ -16,7 +16,7 @@
-
+
{% render_table table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}