{% extends "base.html" %} {% block title %}Register — calrs{% endblock %} {% block content %}

Create account

Register for a new calrs account

{% if error %}
{{ error }}
{% endif %} {% if allowed_domains %}
Registration is limited to: {{ allowed_domains }}
{% endif %}

Already have an account? Sign in

{% endblock %}