{% extends "themis/base.html" %} {% block title %}Complete Sign Up — {{ themis_app_name }}{% endblock %} {% block content %}

Complete Sign Up

Confirm your email address to finish signing in with SSO.

{% if form.errors %}
Please correct the errors below.
{% endif %}
{% csrf_token %}
{% if form.email.errors %} {% endif %}
{% endblock %}