{% extends "expobase.html" %} {% block title %}Edit {{ path }}{% endblock %} {% block extrahead %} {% endblock %} {% block body %}

Edit {{ path }}

{% csrf_token %} {{ form.non_field_errors }}
{{ form.title.errors }} {{ form.title }}
{{ form.html.errors }} {{ form.html }}
{{ form.change_message.errors }} {{ form.change_message }}
{% include "menu.html" %}

{% endblock %}