diff --git a/photo21/locale/fr/LC_MESSAGES/django.po b/photo21/locale/fr/LC_MESSAGES/django.po index 7c65869..9dba126 100644 --- a/photo21/locale/fr/LC_MESSAGES/django.po +++ b/photo21/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-11 11:21+0000\n" +"POT-Creation-Date: 2021-10-11 11:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -34,19 +34,19 @@ msgstr "" msgid "Must end with `@crans.org` or `@ens-paris-saclay.fr`." msgstr "Doit finir par `@crans.org` ou `@ens-paris-saclay.fr`." -#: photo21/settings.py:143 +#: photo21/settings.py:144 msgid "German" msgstr "" -#: photo21/settings.py:144 +#: photo21/settings.py:145 msgid "English" msgstr "" -#: photo21/settings.py:145 +#: photo21/settings.py:146 msgid "Spanish" msgstr "" -#: photo21/settings.py:146 +#: photo21/settings.py:147 msgid "French" msgstr "" @@ -158,23 +158,19 @@ msgstr "Galeries" msgid "Manage" msgstr "Gestion" -#: photo21/templates/base.html:47 -msgid "Change E-mail" -msgstr "" +#: photo21/templates/base.html:50 +msgid "Account" +msgstr "Compte" -#: photo21/templates/base.html:52 -msgid "Social connections" -msgstr "" - -#: photo21/templates/base.html:61 +#: photo21/templates/base.html:59 msgid "Log out" msgstr "" -#: photo21/templates/base.html:71 +#: photo21/templates/base.html:69 msgid "Log in" msgstr "" -#: photo21/templates/base.html:80 +#: photo21/templates/base.html:78 msgid "Sign up" msgstr "Inscription" diff --git a/photo21/templates/base.html b/photo21/templates/base.html index 2bc7a99..97ecbb8 100644 --- a/photo21/templates/base.html +++ b/photo21/templates/base.html @@ -44,12 +44,10 @@ SPDX-License-Identifier: GPL-3.0-or-later {% if request.user.is_authenticated %} -