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

Error: {{ error }}

{% endif %}

Hello! We need to prevent computer programs and other automated things from creating accounts on this server.

Please verify that you're not a robot.

{% endblock %}