{% extends 'base/layout.html' %} {% load helpers %} {% load form_helpers %} {% block title %} Create User {% endblock %} {% block content %}
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.
{% csrf_token %}
{% endblock content %}