{% extends "base.html" %} {% block content %}

Create account

{% if error %} {% endif %} {% if invite_required %}
An active invite link is required to create an account. Open the invite link you received to continue.
{% else %}
{% if form.next %} {% endif %}
2-20 characters. Letters, numbers, underscores, and dashes only.
{% endif %}

Already have an account? Sign in

{% endblock %}