Skip to content

Commit

Permalink
Fixes #15620: Limit width of user preferences form
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Apr 5, 2024
1 parent d34f188 commit 9f16f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/account/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block title %}{% trans "User Preferences" %}{% endblock %}

{% block content %}
<form method="post" action="" hx-disable="true" id="preferences-update">
<form method="post" action="" class="object-edit" hx-disable="true" id="preferences-update">
{% csrf_token %}

{# Built-in preferences #}
Expand Down

0 comments on commit 9f16f14

Please sign in to comment.