{% extends 'map/change_profile.html' %} {% load crispy_forms_filters %} {% block title %}Create your profile{% endblock %} {% block h1 %}Create your profile{% endblock %} {% block notice %} {% if registration_disallowed %}

Notice

Registration is currently not allowed. Thanks for your interest, please come back later.
{% else %}

Notice

The only required field is your username, which you can customize nearly freely. If you choose to add your first and last name, they will be displayed on the map and on the right of the navbar, at the top. If you don't, your username will be displayed instead.
Your email address will only ever be used to communicate account-related information. It will never be sold or used to spam you. You can choose not to communicate your email address.

You can also permanently delete your profile using the button at the bottom of this page. This will prompt you for confirmation about permanently and immediately deleting your profile, meaning that we will not be able to retrieve your data if you change your mind.
{% endif %} {% endblock %} {% block form %} {% if not registration_disallowed %}
{% csrf_token %} {{ form|crispy }} {% block form-buttons %} {% endblock %}
{% endif %} {% endblock %}