{% extends "single.html" %} {% block title %}Resend activation email{% endblock %} {% block single_content %}
{{ form.csrf_token }}
Resend activation email
{{ form.email(class="form-control", type="email") }} {{ render_field_errors(form.email) }}
Don't have account yet? Sign up
{% endblock %}