Fix crash in settings form validation

This commit is contained in:
Raphael Michel
2023-04-06 10:35:08 +02:00
parent dda1368d81
commit b404f6d619
2 changed files with 48 additions and 24 deletions

View File

@@ -15,6 +15,7 @@
<form action="" method="post" class="form-horizontal" enctype="multipart/form-data">
{% csrf_token %}
{% bootstrap_form_errors form %}
{% bootstrap_form_errors sform %}
<div class="tabbed-form">
<fieldset>
<legend>{% trans "Basics" %}</legend>