{% extends "base.html" %} {% block localheader_title %}Activate{% endblock %} {% block content %}

Activate

{% if sso_required %}

You are required to login through the following Single Sign On (SSO) provider:

{{sso_required.printable_name}} {% elif reason %}

{{reason}}

{% else %}

You are about to activate your account. Please set a password to secure it.

{% csrf_token %} {{ form }}

Already have an account? Log in

{% endif %}
{% endblock %}