{% extends 'layout.html' %} {% block content %} {% from "FormMacros.html" import render_control, render_button %} {% include "security/_messages.html" %}

Resend confirmation instructions

To activate your account you need to click on a link that should have been sent to your email address when you registered. If you didn't receive the email, you can try resending it using the form below.


{{ send_confirmation_form.hidden_tag() }} {{ render_control(send_confirmation_form.email) }}
{{ render_button("submit", "Resend activation email", Label="") }}
{% include "security/_menu.html" %}
{% endblock %}