mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix invisible error message when mixing gift card products and admission products
This commit is contained in:
@@ -20,6 +20,11 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-md-3 control-label">{% trans "Product type" %}</label>
|
<label class="col-md-3 control-label">{% trans "Product type" %}</label>
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
|
{% for e in form.errors.admission %}
|
||||||
|
<div class="alert alert-danger has-error">
|
||||||
|
{{ e }}
|
||||||
|
</div>
|
||||||
|
{% endfor %}
|
||||||
<div class="big-radio radio">
|
<div class="big-radio radio">
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" value="on" name="{{ form.admission.html_name }}" {% if form.admission.value %}checked{% endif %}>
|
<input type="radio" value="on" name="{{ form.admission.html_name }}" {% if form.admission.value %}checked{% endif %}>
|
||||||
|
|||||||
Reference in New Issue
Block a user