diff --git a/metro_map_saver/map_saver/templates/index.html b/metro_map_saver/map_saver/templates/index.html index 3512d50..4759a70 100644 --- a/metro_map_saver/map_saver/templates/index.html +++ b/metro_map_saver/map_saver/templates/index.html @@ -38,7 +38,14 @@ {% endif %} - Metro Map Maker + + {% if saved_map and saved_map.name %} + {{ saved_map.name }} ({{ saved_map.urlhash }}) - + {% elif saved_map %} + {{ saved_map.urlhash }} - + {% endif %} + Metro Map Maker +