forked from CGM_Public/pretix_original
Added form errors to all bootstrap forms
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<h1>{% trans "Question" %}</h1>
|
||||
<form action="" method="post" class="form-horizontal">
|
||||
{% csrf_token %}
|
||||
{% bootstrap_form_errors form %}
|
||||
<fieldset>
|
||||
<legend>{% trans "General information" %}</legend>
|
||||
{% bootstrap_field form.question layout="horizontal" %}
|
||||
|
||||
Reference in New Issue
Block a user