{% extends "base.html" %} {% block includes %} {% if jsname %} {% endif %} {% endblock %} {% block content %}

Register Account

{% if invite %}
{% if user %}
You were invited to {{ config.name }} by {{ user.nickname }}.
{% endif %} {% else %} {% endif %}
Desired Username
 
 
Desired Password
Retype Password
Already have an account? Log in!
{% endblock %}