From 25114c88e84aef29c9683752622a21368807e6f3 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 15 Dec 2021 21:33:33 +0100 Subject: [PATCH] Add source code link --- photo21/locale/fr/LC_MESSAGES/django.po | 4 ++++ photo21/templates/base.html | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/photo21/locale/fr/LC_MESSAGES/django.po b/photo21/locale/fr/LC_MESSAGES/django.po index 575683d..da22ae1 100644 --- a/photo21/locale/fr/LC_MESSAGES/django.po +++ b/photo21/locale/fr/LC_MESSAGES/django.po @@ -251,6 +251,10 @@ msgstr "" msgid "Sign up" msgstr "Inscription" +#: photo21/templates/base.html:107 +msgid "Source code" +msgstr "" + #: photo21/templates/index.html:49 msgid "Connected as" msgstr "Connecté en tant que" diff --git a/photo21/templates/base.html b/photo21/templates/base.html index 99248c7..707280c 100644 --- a/photo21/templates/base.html +++ b/photo21/templates/base.html @@ -103,6 +103,11 @@ SPDX-License-Identifier: GPL-3.0-or-later

Default content...

{% endblock %} + {% block extrajs %}{% endblock %}