This commit is contained in:
2021-06-05 16:23:12 +02:00
parent c45d880b8e
commit 42f8ac8a53
2 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@
{% block content %}{% endblock %}
</div>
<footer class="w3-container w3-border-top w3-light-grey w3-border-blue-grey w3-center" style="position: fixed; bottom: 0; width: 100vw; height: auto">
{% block footer %}<div class="w3-small">{{ request.base_url }}</div>{% endblock %}
{% block footer %}<div class="w3-small">{{ now }} - {{ request.base_url }}</div>{% endblock %}
</footer>
</body>
</html>