{% extends "base.html" %} {% block title %} Complete Registration {% endblock title %} {% block content %}

Complete Your Registration

1
2
3
4
5

You're almost there! Please tell us a bit about why you'd like to join our Matrix server.

{% csrf_token %}
{{ form.registration_reason }}

Please provide a detailed reason (minimum 30 characters). This helps our admins process your request.

{% if form.registration_reason.errors %}

{{ form.registration_reason.errors.0 }}

{% endif %}

Your registration will require admin approval. If approved, you'll receive an email with instructions to set your password.

{% if legal_links %}

By completing registration, you agree to:

{% endif %}
{% endblock content %}