{% extends 'models_base.html' %} {% load staticfiles %} {% block content_block %} {% if help_text %}

Documentation

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

Emulate POST request

The resource can handle any answer type, but here we emulate a flashcard answer.
{% csrf_token %}
Answer
Question Type
Extra
 {% verbatim %}{{ answer | json:4 }}{% endverbatim %}
Response: {% verbatim %}{{ response }}{% endverbatim %}
{% endblock %} {% block head_block %} {% endblock %}