diff --git a/map/templates/map/change_location.html b/map/templates/map/change_location.html index cd0ff45..d3ea3fc 100644 --- a/map/templates/map/change_location.html +++ b/map/templates/map/change_location.html @@ -1,6 +1,7 @@ {% extends 'map/base.html' %} {% load crispy_forms_filters %} +{% block title %}Change your location{% endblock %} {% block h1 %}Change your location{% endblock %} {% block content %} diff --git a/map/templates/map/change_profile.html b/map/templates/map/change_profile.html index 8e33d6c..33c4c81 100644 --- a/map/templates/map/change_profile.html +++ b/map/templates/map/change_profile.html @@ -1,6 +1,7 @@ {% extends 'map/base.html' %} {% load crispy_forms_filters %} +{% block title %}Change your profile{% endblock %} {% block h1 %}Change your profile{% endblock %} {% block content %} diff --git a/map/templates/map/delete_location.html b/map/templates/map/delete_location.html index ec29607..f89d4a7 100644 --- a/map/templates/map/delete_location.html +++ b/map/templates/map/delete_location.html @@ -1,6 +1,7 @@ {% extends 'map/base.html' %} {% load crispy_forms_filters %} +{% block title %}Delete your location{% endblock %} {% block h1 %}Delete your location{% endblock %} {% block content %} diff --git a/map/templates/map/delete_profile.html b/map/templates/map/delete_profile.html index 010ebbe..a06b785 100644 --- a/map/templates/map/delete_profile.html +++ b/map/templates/map/delete_profile.html @@ -1,6 +1,7 @@ {% extends 'map/base.html' %} {% load crispy_forms_filters %} +{% block title %}Delete your location{% endblock %} {% block h1 %}Delete your location{% endblock %} {% block content %} diff --git a/map/templates/map/map.html b/map/templates/map/map.html index 8e41cf5..5c9b8ed 100644 --- a/map/templates/map/map.html +++ b/map/templates/map/map.html @@ -7,6 +7,8 @@ crossorigin=""/> {% endblock %} +{% block title %}Map{% endblock %} + {% block content %}
{% endblock %}