Explorar el Código

Fixes #15620: Limit width of user preferences form

Jeremy Stretch hace 1 año
padre
commit
9f16f1466a
Se han modificado 1 ficheros con 1 adiciones y 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 #}