Fixes #15620: Limit width of user preferences form

This commit is contained in:
Jeremy Stretch 2024-04-05 14:38:32 -04:00
parent b85068f94a
commit fcf473c989

View File

@ -6,7 +6,7 @@
{% block title %}{% trans "User Preferences" %}{% endblock %} {% block title %}{% trans "User Preferences" %}{% endblock %}
{% block content %} {% 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 %} {% csrf_token %}
{# Built-in preferences #} {# Built-in preferences #}