{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: Send mail{% endblock pagetitle %} {% block content %}

Complete and send mail

You may edit the mail before sending it.

{% csrf_token %} {{form|bootstrap}}
{% endblock content %}