Skip to content

Commit

Permalink
feat(maplibre): disable crisp in iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisig committed Nov 28, 2024
1 parent 8ca48a8 commit 71815de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
<!-- Google Adwords -->
{% adwords_google_tag_code %}
<!-- Crisp -->
{% crisp_tag_code %}
{% if request.resolver_match.url_name not in 'home,home_rapport_local,map-urban-zones,theme-city-artif,theme-city-conso,theme-my-artif' %}
{% crisp_tag_code %}
{% endif %}
</head>
<body class="{% block body_class %}{% endblock %}">
<!-- Page content wrapper-->
Expand Down

0 comments on commit 71815de

Please sign in to comment.