{% extends "base.html" %} {% block body %} {% if edit_key %} {{ edit_key }} Save this key in order to edit this file in the future. {% endif %}
{% csrf_token %} {% if edit_key %} {% else %} {% if incorrect_key %} You must enter the correct edit key to save your changes. {% endif %} {% endif %}
{% endblock %}