{% extends 'frontend_base.html' %} {% block content %} {{ super() }}

Welcome to SlideAtlas

Resend Account Confirmation

Please enter the email address associated with your SlideAtlas account. A new copy of the account confirmation instructions will sent to that address.


{{ send_confirmation_form.hidden_tag() }} {{ send_confirmation_form.email.label }} {{ send_confirmation_form.email(required=True, title='Please enter a valid email.') }} {{ send_confirmation_form.submit(class='btn') }}
{% endblock content %}