edit_question.tpl 266 B

12345678910
  1. {% extends app.template_style ~ "/layout/layout_1_col.tpl" %}
  2. {% block content %}
  3. <h2>{{ 'EditQuestion' | get_lang }}</h2>
  4. <h3> {{ question.question }} </h3>
  5. {{ form }}
  6. <h2>{{ 'Preview' | get_lang }}</h2>
  7. {{ question_preview }}
  8. {% endblock %}