{% extends "base.html" %} {% load i18n %} {% comment %} layerindex-web - add/edit layer note form page template Copyright (C) 2013 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}

Add layer note to {{ form.instance.layer.name }}

This note will appear at the very top of the layer detail page. This would typically be used for important notices, e.g. "This layer is obsolete, use layer xyz instead".

{% csrf_token %} {{ form.as_p }} Cancel
{% endautoescape %} {% endblock %} {% block scripts %} {% endblock %}