update module

This commit is contained in:
Jonas Heinrich 2025-08-21 10:43:39 +02:00
parent 41e8bce03c
commit 08bf161f09
7 changed files with 114 additions and 6 deletions

View file

@ -39,6 +39,16 @@
{% block content %}{% endblock %}
</main>
<footer class="border-top bg-white py-3 mt-4">
<div class="container d-flex justify-content-between">
<span class="text-muted">&copy; {{ now|date:'Y' }} FragDenRat</span>
<nav>
<a href="{% url 'impressum' %}" class="text-muted me-3">Impressum</a>
<a href="{% url 'datenschutz' %}" class="text-muted">Datenschutz</a>
</nav>
</div>
</footer>
<script src="{% static 'js/bootstrap.bundle.min.js' %}"></script>
{% block extra_js %}{% endblock %}
</body>