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

Edit Note



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