diff --git a/django/locale/en/LC_MESSAGES/django.po b/django/locale/en/LC_MESSAGES/django.po
index e159f7d485c5013d25bbc5d577ea0061e7dc0198..8b4ee6cd761aec7d5a75f7ed4b0f707f13705e32 100644
--- a/django/locale/en/LC_MESSAGES/django.po
+++ b/django/locale/en/LC_MESSAGES/django.po
@@ -488,12 +488,11 @@ msgid ""
 msgstr ""
 
 #: web/templates/web/base.html:178
-msgid ""
-"\n"
-"                        To know more <a href=\"https://ecrituresnumeriques."
-"ca/en/Activities/Projects/2016/1/19/Palatine-Anthology\">about the projet</"
-"a>.\n"
-"                    "
+msgid "To know more"
+msgstr ""
+
+#: web/templates/web/base.html:178
+msgid "about the project"
 msgstr ""
 
 #: web/templates/web/city/city_create.html:20
diff --git a/django/locale/fr/LC_MESSAGES/django.po b/django/locale/fr/LC_MESSAGES/django.po
index e7d970747f4c3ee2b5a267345f9183f97d87a47d..c42256620e6c9d6fc41c0adbabdd204aee3d810a 100644
--- a/django/locale/fr/LC_MESSAGES/django.po
+++ b/django/locale/fr/LC_MESSAGES/django.po
@@ -496,13 +496,12 @@ msgid ""
 msgstr ""
 
 #: web/templates/web/base.html:178
-msgid ""
-"\n"
-"                        To know more <a href=\"https://ecrituresnumeriques."
-"ca/en/Activities/Projects/2016/1/19/Palatine-Anthology\">about the projet</"
-"a>.\n"
-"                    "
-msgstr ""
+msgid "To know more"
+msgstr "Pour en savoir plus"
+
+#: web/templates/web/base.html:178
+msgid "about the project"
+msgstr "sur le projet"
 
 #: web/templates/web/city/city_create.html:20
 msgid "Add a new city"
diff --git a/django/locale/it/LC_MESSAGES/django.po b/django/locale/it/LC_MESSAGES/django.po
index 695993c0b6487c34bf6c1a25b45a097787470723..c48c1c04c94c6e6c31998511a9c0a515def78288 100644
--- a/django/locale/it/LC_MESSAGES/django.po
+++ b/django/locale/it/LC_MESSAGES/django.po
@@ -507,12 +507,11 @@ msgid ""
 msgstr ""
 
 #: web/templates/web/base.html:178
-msgid ""
-"\n"
-"                        To know more <a href=\"https://ecrituresnumeriques."
-"ca/en/Activities/Projects/2016/1/19/Palatine-Anthology\">about the projet</"
-"a>.\n"
-"                    "
+msgid "To know more"
+msgstr ""
+
+#: web/templates/web/base.html:178
+msgid "about the project"
 msgstr ""
 
 #: web/templates/web/city/city_create.html:20
diff --git a/django/locale/la/LC_MESSAGES/django.po b/django/locale/la/LC_MESSAGES/django.po
index 59241957499f2802a892a7f2a3b9f8a11cf7f321..be8185e5d356bd23bc26bb02c2c6e8f7e4cc9626 100644
--- a/django/locale/la/LC_MESSAGES/django.po
+++ b/django/locale/la/LC_MESSAGES/django.po
@@ -507,14 +507,14 @@ msgid ""
 msgstr ""
 
 #: web/templates/web/base.html:178
-msgid ""
-"\n"
-"                        To know more <a href=\"https://ecrituresnumeriques."
-"ca/en/Activities/Projects/2016/1/19/Palatine-Anthology\">about the projet</"
-"a>.\n"
-"                    "
+msgid "To know more"
 msgstr ""
 
+#: web/templates/web/base.html:178
+msgid "about the project"
+msgstr ""
+
+
 #: web/templates/web/city/city_create.html:20
 msgid "Add a new city"
 msgstr "Locum addere"
diff --git a/django/locale/pt/LC_MESSAGES/django.po b/django/locale/pt/LC_MESSAGES/django.po
index b0ff9a394a764f1c12bd5f625663ad1fb4c18e4d..652c76ecda67499398dfb9da500d70d12f696abd 100644
--- a/django/locale/pt/LC_MESSAGES/django.po
+++ b/django/locale/pt/LC_MESSAGES/django.po
@@ -480,14 +480,14 @@ msgid ""
 msgstr ""
 
 #: web/templates/web/base.html:178
-msgid ""
-"\n"
-"                        To know more <a href=\"https://ecrituresnumeriques."
-"ca/en/Activities/Projects/2016/1/19/Palatine-Anthology\">about the projet</"
-"a>.\n"
-"                    "
+msgid "To know more"
 msgstr ""
 
+#: web/templates/web/base.html:178
+msgid "about the project"
+msgstr ""
+
+
 #: web/templates/web/city/city_create.html:20
 msgid "Add a new city"
 msgstr ""
diff --git a/django/web/templates/web/base.html b/django/web/templates/web/base.html
index f778e47caa3d57fd92f2ce6b4f70d74c42087864..f8c413b58037946d76e4badfcb7b3d2cc69988e5 100644
--- a/django/web/templates/web/base.html
+++ b/django/web/templates/web/base.html
@@ -181,9 +181,8 @@
                     <img class="mx-1" src="{% static 'web/img/gren-logo.png' %}">
                 </p>
                 <p>
-                    {% blocktranslate %}
-                        To know more <a href="https://ecrituresnumeriques.ca/en/Activities/Projects/2016/1/19/Palatine-Anthology">about the projet</a>.
-                    {% endblocktranslate %}
+                    {% blocktranslate %}To know more{% endblocktranslate %} <a href="{% url 'web:pages' 'a-propos' %}">{% translate "about the project" %}</a>.
+                    
                 </p>
             {% endblock %}
         </footer>