Skip to content

Commit

Permalink
Add missing questions form
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed May 7, 2024
1 parent 5a5d16c commit 7039e04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pretalx/orga/templates/orga/submission/content.html
Expand Up @@ -85,6 +85,10 @@
{% 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 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 %}
Expand Down

0 comments on commit 7039e04

Please sign in to comment.