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

@ -103,6 +103,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
<p>Default content...</p>
{% endblock %}
</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>
{% block extrajs %}{% endblock %}