{% extends "../base.html" %} {% block title %}{{ _("Activate Your Account") }}{% end block %} {% block content %}
{{ _("Activate Your Account") }}

{{ _("Thank you for creating a new account.") }} {{ _("To activate it, please enter a strong password.") }}

{% raw xsrf_form_html() %} {% module Password() %}
{% end block %}