{% from "macros/_form.html" import render_form %} {% extends "layout.html" %} {% block page_title %}Activation{% endblock %} {% block body_class %}userform activation{% endblock %} {% block content %}
It looks like you are having trouble activating your account. Try copy-pasting the code from your e-mail here:
{{ render_form(url_for('auth.activation', userid=userid), form, formid='activationForm') }}
Or, cancel and Start over