Add titles

This commit is contained in:
Gabriel Augendre 2019-03-03 18:13:49 +01:00
parent 090c8c1a76
commit 81fa2ad19d
5 changed files with 6 additions and 0 deletions

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -7,6 +7,8 @@
crossorigin=""/>
{% endblock %}
{% block title %}Map{% endblock %}
{% block content %}
<div id="map"></div>
{% endblock %}