flat_page_edit.html 290 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 {% extends "base.html" %} {% load i18n %} {% block text-content %} <a href="{% url 'flat_pages' %}"></a> <form action="" method="post"> {% csrf_token %} {{ page_form.as_p }} <p><button type="submit">{% trans 'Save' %}</button></p> </form> {% endblock %}