diff --git a/Prince2020/prince/templates/carte.html b/Prince2020/prince/templates/carte.html
index ea4a9ec593036d3243cdf02d023cca10a40bd02c..eb1acb6d3a486dfa822be5cce014b7d66b6f2869 100644
--- a/Prince2020/prince/templates/carte.html
+++ b/Prince2020/prince/templates/carte.html
@@ -111,7 +111,7 @@
'
' +
{% endif %}
//lien pour aller sur la page langue et tout voir en grand et écouter d'autres audios
- '
Voir la page : {{langue.french}}');
+ '
Voir la page : {{langue.french}}');
{% endif %}
{% endfor %}
diff --git a/Prince2020/prince/templates/home.html b/Prince2020/prince/templates/home.html
index ae9809bd96e42afba9a0214cc4c821eab176ec26..20957e43e6935509c818b1de2d3752fe9eb2e3a1 100644
--- a/Prince2020/prince/templates/home.html
+++ b/Prince2020/prince/templates/home.html
@@ -20,10 +20,10 @@
diff --git a/Prince2020/prince/templates/langue.html b/Prince2020/prince/templates/langue.html
index c9eac315247c192a2a5cc6fbb52a6dd749f5688d..469193459ad8fd6719f9f09e3f7538bd7ec13b9b 100644
--- a/Prince2020/prince/templates/langue.html
+++ b/Prince2020/prince/templates/langue.html
@@ -32,8 +32,8 @@
{% endif %}
- Retour à la liste des langues
- Retour à la carte
+ Retour à la liste des langues
+ Retour à la carte
diff --git a/Prince2020/prince/templates/layout.html b/Prince2020/prince/templates/layout.html
index 37399f0726671c48751d05f13f9cb3d692750813..254c27723972388203516b12482a5701b3a9494b 100644
--- a/Prince2020/prince/templates/layout.html
+++ b/Prince2020/prince/templates/layout.html
@@ -31,12 +31,12 @@
@@ -67,7 +67,7 @@
Envoyez-nous un enregistrement audio
- (Visitez d'abord cette page qui offre quelques trucs pour bien enregistrer)
+ (Visitez d'abord cette page qui offre quelques trucs pour bien enregistrer)
diff --git a/Prince2020/prince/templates/liste_langues.html b/Prince2020/prince/templates/liste_langues.html
index 824a040a10bd195a1c1695b773cd5481a3b7e145..83c17bc95614a9b144bb6375a6823181c95ce35a 100644
--- a/Prince2020/prince/templates/liste_langues.html
+++ b/Prince2020/prince/templates/liste_langues.html
@@ -25,19 +25,19 @@
{% if i+3*nb_par_col < liste_lang|length %}
{% endif %}
@@ -53,7 +53,7 @@
{%for langue in liste_lang%}
{% endfor %}
diff --git a/Prince2020/run.py b/Prince2020/run.py
index 5bd1048163aaa83cdc2fa9fd1ef98cbbd2a035c6..87591109413d396fe7ae9b0b6b7f15b9aabdf14f 100644
--- a/Prince2020/run.py
+++ b/Prince2020/run.py
@@ -1,4 +1,6 @@
from prince import app
if __name__=='__main__':
+ # app.config["APPLICATION_ROOT"] = "/projet_19-20/petit_prince"
+ app.config["APPLICATION_ROOT"] = "/"
app.run(debug=True)
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000000000000000000000000000000000000..78aa23ed58e2fe113e88267ed5b8950652216605
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,3 @@
+deployed on http://latlntic2.unige.ch/projet_19-20/petit_prince
+versionned on https://gitlab.unige.ch/Constance.Dami/ProjetPetitPrince
+famous address https://www.unige.ch/lettres/linguistique/prince
\ No newline at end of file