{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Question" %}{% endblock %} {% block inside %}

{% trans "Question" %}

{% csrf_token %} {% if "success" in request.GET %}
{% trans "Your changes have been saved." %}
{% endif %}
{% trans "General information" %} {% bootstrap_field form.question layout="horizontal" %} {% bootstrap_field form.type layout="horizontal" %} {% bootstrap_field form.required layout="horizontal" %}
{% blocktrans trimmed %} If you mark a Yes/No question as required, it means that the user has to select Yes and No is not accepted. If you want to allow both options, do not make this field required. {% endblocktrans %}
{% endblock %}