diff options
Diffstat (limited to 'templates/main_map.html')
| -rw-r--r-- | templates/main_map.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/main_map.html b/templates/main_map.html index 3f43131..df422ee 100644 --- a/templates/main_map.html +++ b/templates/main_map.html @@ -12,10 +12,8 @@ </ul> </form> </div> -<div id='detail'> -<h2>{% trans "Detail" %}</h2> -<div id='detail_content'> -</div> +<div id='detail'{% if detail_content%} style="display:block;"{% endif %}> +{{ detail_content }} </div>{% endblock %} {% block content %}<div id='map'></div> <script type='text/javascript'><!-- |
