{% extends 'base.html' %} {% block content %} {{ form.media }}
{% csrf_token %} {{ form.as_p }} {% if form.instance.image %} Bild der Frage {% endif %}
Abbrechen
{% endblock %}