{% extends 'questions_base.html' %} {% load jsonify %} {% block content_block %} {% if help_text %}

Documentation

{{ help_text|safe }} {% endif %}

Emulate POST request

{% for question in questions %} {{ question.html|drop_html_escape|safe }}
{% endfor %} {% csrf_token %}
{% endblock %}