Fixes #15620: Limit width of user preferences form

This commit is contained in:
Jeremy Stretch 2024-04-05 14:38:32 -04:00
parent d34f188d40
commit 9f16f1466a

View File

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