{% extends "tixlcontrol/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" %}
{% endblock %}