{% extends "sqrl/sqrl_base.html" %} {% block title %}Complete User Tegistration{% endblock %} {% block content %}

Complete User Registration

Already have account? Login here to associate SQRL identity with an existing account.

{% csrf_token %} {{ form.as_p }}
{% endblock %} {% comment %} **sqrl/register.html** Used to complete user registration. This template is used when user is trying to login with SQRL however does not already have that SQRL identity associated with any existing account. Since SQRL does not provide any additional information other then SQRL identity itslef, we need to collect some additinal information from the user such as username. All the relevant information is collected via form. No special variables are passed in the context. All necessary data should already be in the context. {% endcomment %}