{% load i18n %} {% load static %} {% comment %} This template is used to prevent using same code in different parent templates. {% endcomment %} {% block extra_head %} {% endblock %} {# HMTL included to parent templates, no block tag #}
{{ form.name.errors.as_text }}
{{ form.body.errors.as_text }}
{{ form.markup.errors.as_text }}
{{ form.attachment.errors.as_text }}