Fix HTML title not displayed in map page
This commit is contained in:
parent
369ad7b1dc
commit
0a3097dd9e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load leaflet_storage_tags compress %}
|
{% load leaflet_storage_tags compress %}
|
||||||
{% block title %}{{ map.name }}{% endblock %}
|
{% block head_title %}{{ map.name }} - uMap{% endblock %}
|
||||||
{% block body_class %}map_detail{% endblock %}
|
{% block body_class %}map_detail{% endblock %}
|
||||||
|
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
|
|
Loading…
Reference in a new issue