{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}

{% if continue_edit %}Please refine new {% endif %} {{ editform.class_name }}

{% crispy editform %}
{% endblock %}