{% extends 'base.html' %} {% block title %}Resend Activation - Referral Rewards{% endblock %} {% block content %}

Resend Activation

Enter your email to receive a new activation link.

{% csrf_token %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error }} {% endfor %}
{% endif %}
{{ form.email }} {% if form.email.errors %}
{{ form.email.errors }}
{% endif %}
{% endblock %}