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

Edit Note Type {{ nt.name }}

{% csrf_token %} {% include "dojo/form_fields.html" with form=nt_form %}
{% endblock %}