{% extends "minecraft_manager/dashboard.html" %} {% load csrf_html %} {% block title %}Add Note{% endblock %} {% block section %}

New Note

{% autoescape off %}{% get_csrf_html request %}{% endautoescape %}

{{ form }}

{% endblock section %}