+ {% block form %}
+
+ {% endblock %}
{% endblock %}
diff --git a/map/templates/map/change_profile.html b/map/templates/map/change_profile.html
index 0c5ac44..46c399b 100644
--- a/map/templates/map/change_profile.html
+++ b/map/templates/map/change_profile.html
@@ -26,6 +26,7 @@
{% endblock %}
{% block form-buttons %}
+
Change your passwordPermanently delete your profile
{% endblock %}
diff --git a/map/templates/registration/login.html b/map/templates/registration/login.html
index a358613..8948718 100644
--- a/map/templates/registration/login.html
+++ b/map/templates/registration/login.html
@@ -9,5 +9,6 @@
{% csrf_token %}
{{ form|crispy }}
+ I don't have an account
{% endblock %}
diff --git a/map/templates/registration/signup.html b/map/templates/registration/signup.html
new file mode 100644
index 0000000..a37efed
--- /dev/null
+++ b/map/templates/registration/signup.html
@@ -0,0 +1,48 @@
+{% 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.
+