Skip to content
Extraits de code Groupes Projets
Valider 8cef5885 rédigé par Yohan Boniface's avatar Yohan Boniface
Parcourir les fichiers

add noindex when map status isn't public

parent 65fc2394
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -8,6 +8,9 @@
{% leaflet_storage_css %}
{% endcompress %}
{% leaflet_storage_js locale=locale %}
{% if object.share_status != object.PUBLIC %}
<meta name="robots" content="noindex">
{% endif %}
{% endblock %}
{% block content %}
......@@ -15,4 +18,4 @@
{% include "leaflet_storage/map_init.html" %}
{% endblock %}
{% include "leaflet_storage/map_messages.html" %}
{% endblock %}
\ No newline at end of file
{% endblock %}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter