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 %}