mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #15620: Limit width of user preferences form
This commit is contained in:
@ -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 #}
|
||||
|
Reference in New Issue
Block a user