From 81fa2ad19deffb17c3d5e0be418692ec925c494c Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 3 Mar 2019 18:13:49 +0100 Subject: [PATCH] Add titles --- map/templates/map/change_location.html | 1 + map/templates/map/change_profile.html | 1 + map/templates/map/delete_location.html | 1 + map/templates/map/delete_profile.html | 1 + map/templates/map/map.html | 2 ++ 5 files changed, 6 insertions(+) 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 %}