diff --git a/map/templates/map/change_location.html b/map/templates/map/change_location.html index 67cf23d..cd0ff45 100644 --- a/map/templates/map/change_location.html +++ b/map/templates/map/change_location.html @@ -6,18 +6,18 @@ {% block content %}

Notice

-

+

You can find the GPS coordinates of your place with OpenStreetMap (right click, show address, and the coordinates are displayed in the left panel). -

+

-

+

The precision of the GPS coordinates is at your own discretion. Please note that they will be stored directly in the database in order to be displayed to other users. If you want to protect your privacy, you are advised to choose a location at the center of a large city near you. -

+
{% csrf_token %} diff --git a/map/templates/map/change_profile.html b/map/templates/map/change_profile.html index 572bbe9..8e33d6c 100644 --- a/map/templates/map/change_profile.html +++ b/map/templates/map/change_profile.html @@ -4,10 +4,29 @@ {% block h1 %}Change your profile{% endblock %} {% block content %} +
+

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. +
+
{% csrf_token %} {{ form|crispy }} + Change your password Permanently delete your profile
{% endblock %} diff --git a/map/templates/map/delete_location.html b/map/templates/map/delete_location.html index 1249804..ec29607 100644 --- a/map/templates/map/delete_location.html +++ b/map/templates/map/delete_location.html @@ -6,10 +6,10 @@ {% block content %}

Are you sure?

-

+

Are you sure you want to delete your location ? This can't be undone, though you will be able to add it again in the future. -

+
{% csrf_token %} diff --git a/map/templates/map/delete_profile.html b/map/templates/map/delete_profile.html index e004e63..010ebbe 100644 --- a/map/templates/map/delete_profile.html +++ b/map/templates/map/delete_profile.html @@ -6,10 +6,10 @@ {% block content %}

Are you sure?

-

- Are you sure you want to delete your profile ? You will permanently lose access to this service. - This can't be undone. -

+
+ Are you sure you want to delete your profile ? You will permanently lose access to this service.
+ This is immediate and can't be undone. +
{% csrf_token %}