{# vim: set et ts=8 sts=4 sw=4 ai: #} {% extends "form.html" %} {% block formcontent %}
{# #} {% if next %} {% endif %} {% if message %}
{{ message }} {% if confirmation_url %} Resend confirmation link. {% endif %}
{% endif %}
{% if not config.DISABLE_REGISTRATION %} Register {% endif %} Lost your password?
{% endblock %}