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