{% extends 'frontend_base.html' %} {% from 'security/_macros.html' import render_field_with_errors, render_field %} {% block content %} {{ super() }}

Welcome to SlideAtlas

Confirm New Account

Your email has been confirmed.
Please create a password for your new account to finalize registration.


{{ confirm_form.hidden_tag() }}
{{ render_field_with_errors(confirm_form.password, required=True) }}
{{ render_field_with_errors(confirm_form.password_confirm, required=True) }}
{{ render_field(confirm_form.submit, class='btn') }}
{% endblock content %}