{% extends "anatomy/base.html" %} {% load static %} {% load crispy_forms_tags %} {% load help_tags %} {% block title %} Anatomy {% endblock %} {% block js %} {{ form.media }} {% endblock %} {% block content %} {% if object %} {% include 'anatomy/question_link_header.html' %} {% endif %}

{{object|yesno:"Update,Create"}} Question

{% help "Help" %}

This form can be used to create an Anatomy question.

Question type can be selected from a predefined list. If you require a more please contact ross.kruger@nhs.net.

Correct and incorrect answers can be defined once the question has been created.

{% endhelp %}
{% csrf_token %} {{ form|crispy }}
Drop image here
{% endblock %}