{# vim: set ts=2 et sts=2 sw=2: #} {% extends "questions/base.html" %} {% set title = _('Confirm Question') %} {% set classes = 'questions' %} {% block content %}

{{ _('Please confirm that you entered the question below.')}}

{{ question.title }}

{{ csrf() }}
{% endblock %} {% block side %} {% endblock %}