mirror of
https://github.com/pretix/pretix.git
synced 2026-05-01 00:32:39 +00:00
Open addon panels by default
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{% csrf_token %}
|
||||
<div class="panel-group" id="questions_group">
|
||||
{% for form in forms %}
|
||||
<details class="panel panel-default">
|
||||
<details class="panel panel-default" open>
|
||||
<summary class="panel-heading">
|
||||
<h4 class="panel-title">
|
||||
<strong>{{ form.item.name }}{% if form.variation %}
|
||||
|
||||
Reference in New Issue
Block a user