{% extends "_base.html" %} {% block title %}Authentication{% endblock %} {% block header %} {% endblock %} {% block body %}
{% if error is defined %}

Error: {{ error }}

{% endif %}

Please enter a registration token.

{% endblock %}