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

Send Email to {{ recipient.username }}

{% if error %}

Error: {{ error }}

{% endif %}
{% csrf_token %}



{% endblock %}