{% extends "base.html" %} {% block title %}Create Identity{% endblock %} {% block content %} {% include "identity/_identity_menu.html" %}

Create New Identity

You can have multiple identities - they are totally separate, and share nothing apart from your login details. Use them for alternates, projects, and more.

{% csrf_token %} {% for field in form %} {% include "forms/_field.html" %} {% endfor %}
{% endblock %}