{% extends "base.html" %} {% load static %} {% block content %} {{ block.super }}

Edit Tool Type Configuration

{% csrf_token %} {% include "dojo/form_fields.html" with form=tform %}
{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}