Add source code link

This commit is contained in:
Alexandre Iooss 2021-12-15 21:33:33 +01:00
parent 15a4713d3c
commit 25114c88e8
2 changed files with 9 additions and 0 deletions

View file

@ -251,6 +251,10 @@ msgstr ""
msgid "Sign up" msgid "Sign up"
msgstr "Inscription" msgstr "Inscription"
#: photo21/templates/base.html:107
msgid "Source code"
msgstr ""
#: photo21/templates/index.html:49 #: photo21/templates/index.html:49
msgid "Connected as" msgid "Connected as"
msgstr "Connecté en tant que" msgstr "Connecté en tant que"

View file

@ -103,6 +103,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
<p>Default content...</p> <p>Default content...</p>
{% endblock %} {% endblock %}
</main> </main>
<footer>
<p class="small text-center text-muted mt-1">
<a class="text-reset" href="https://gitlab.crans.org/bde/photo21/">{% trans "Source code" %}</a>
</p>
</footer>
<script src="{% static "bootstrap5/js/bootstrap.min.js" %}"></script> <script src="{% static "bootstrap5/js/bootstrap.min.js" %}"></script>
{% block extrajs %}{% endblock %} {% block extrajs %}{% endblock %}