From 0a3097dd9eafd2577bbcfbcdc50ea7ca239f4fa1 Mon Sep 17 00:00:00 2001 From: Yohan Boniface <yb@enix.org> Date: Sat, 27 Apr 2013 20:29:12 -0400 Subject: [PATCH] Fix HTML title not displayed in map page --- umap/templates/leaflet_storage/map_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/templates/leaflet_storage/map_detail.html b/umap/templates/leaflet_storage/map_detail.html index 604a582..9054099 100644 --- a/umap/templates/leaflet_storage/map_detail.html +++ b/umap/templates/leaflet_storage/map_detail.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load leaflet_storage_tags compress %} -{% block title %}{{ map.name }}{% endblock %} +{% block head_title %}{{ map.name }} - uMap{% endblock %} {% block body_class %}map_detail{% endblock %} {% block extra_head %} -- GitLab