{% extends "base.html" %} {% block title %}Create message{% endblock title %} {% block content %}

Create message

{% csrf_token %}

{{ form.non_field_errors }}

{{ form.as_p }}
{% endblock content %}