update module
This commit is contained in:
parent
41e8bce03c
commit
08bf161f09
7 changed files with 114 additions and 6 deletions
|
|
@ -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">© {{ 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue