Add source code link
This commit is contained in:
parent
15a4713d3c
commit
25114c88e8
2 changed files with 9 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue