-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Toni edited this page Oct 19, 2022
·
3 revisions
/maps/5629/embed?ext=daard#/
dai_geonode/templates/maps/map_embed.html
<style>
#paneltbar {
margin-top: 0px !important;
}
</style>
{% get_map_embed %}
{% endblock head %}
{% block body %}
<!-- http://localhost:8000/maps/6/embed?ext=daard#/ -->
{% endblock %}
{% block footer %}
<!-- Load project extensions -->
{% if request.GET.ext == 'daard' %}
{% include 'daard_ext.html' %}
{% endif %}
{% endblock %}