{# User login page. Extends base.html directly to override normal UI layout. #} {% extends 'base/base.html' %} {% load form_helpers %} {% block layout %}

Create a Personal Demo Account

Complete the form below to create a new user and log in.

If no username/password is provided, credentials will be generated automatically.

{% if form.non_field_errors %} {% endif %}
{% csrf_token %} {% render_form form %}
{% endblock layout %}