mirror of
https://github.com/pretix/pretix.git
synced 2026-08-16 11:46:27 +00:00
Show "Additional order information" box only if questions exist
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
</div>
|
||||
</details>
|
||||
{% endif %}
|
||||
{% if order_questions_form %}
|
||||
{% if order_questions_form.fields %}
|
||||
<details class="panel panel-default" open id="invoice-details">
|
||||
<summary class="panel-heading">
|
||||
<h3 class="panel-title">
|
||||
|
||||
Reference in New Issue
Block a user