Explorar o código

Fixes #15620: Limit width of user preferences form

Jeremy Stretch hai 1 ano
pai
achega
9f16f1466a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/templates/account/preferences.html

+ 1 - 1
netbox/templates/account/preferences.html

@@ -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 #}