Skip to content

Commit

Permalink
[orga] Add missing error message in question creation
Browse files Browse the repository at this point in the history
Closes #552
  • Loading branch information
rixx committed Feb 22, 2019
1 parent bd28aa6 commit 7b2491d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pretalx/orga/templates/orga/cfp/question_form.html
Expand Up @@ -11,6 +11,7 @@ <h2>
</h2>
<form method="post">
{% csrf_token %}
{% bootstrap_form_errors form %}
{% if action == "edit" and question.answers.count %}
<div class="alert alert-warning col-md-9 offset-3">
{% blocktrans trimmed %}
Expand Down

0 comments on commit 7b2491d

Please sign in to comment.