Skip to content

Commit

Permalink
Don't merge resources into question section
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Jun 20, 2024
1 parent ad8ad9a commit 64e7261
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pretalx/orga/templates/orga/submission/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
{% bootstrap_field form.duration addon_after='minutes' layout='event' addon_after_class="input-group-append input-group-text" %}
{% if form.slot_count %}{% bootstrap_field form.slot_count layout='event' %}{% endif %}
{% if form.image %}{% bootstrap_field form.image layout='event' %}{% endif %}
{% if action != 'create' %}
{% include "cfp/includes/submission_resources_form.html" %}
{% endif %}
{% if questions_form and questions_form.fields %}
<div><legend>{% translate "Questions" %}</legend></div>
{% bootstrap_form questions_form layout='event' %}
{% endif %}
{% if action != 'create' %}
{% include "cfp/includes/submission_resources_form.html" %}
{% endif %}

{% if not form.read_only %}
<div class="submit-group panel">
Expand Down

0 comments on commit 64e7261

Please sign in to comment.