Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Constance Lavinia Dami
ProjetPetitPrince
Commits
8bb7ebdf
Commit
8bb7ebdf
authored
May 14, 2020
by
Naoeltanuki
Browse files
modification url fichier javascript dans layout
parent
45ca69d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Prince2020/prince/templates/langue.html
View file @
8bb7ebdf
...
...
@@ -109,9 +109,6 @@
};
legend
.
addTo
(
mymap
);
/* pour l'instant ce else ne fonctionne pas mais au moins ça affiche pas la carte*/
{
%
elif
langue
.
geolat
==
0
%
}
'
<p> Pas de localisation disponible pour cette langue </p>
'
+
{
%
endif
%
}
</script>
</div>
...
...
Prince2020/prince/templates/layout.html
View file @
8bb7ebdf
...
...
@@ -13,7 +13,7 @@
<!-- leaflet pour carte, marqueurs etc-->
<script
src=
"http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"
></script>
<script
src=
"
static/
js/leaflet-providers.js"
></script>
<script
src=
"
{{ url_for('static', filename='
js/leaflet-providers.js
') }}
"
></script>
{% if title %}
<title>
Petit Prince - {{title}}
</title>
{% else %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment