page break nach 80 Aufgaben und Drop Down Aufgaben

This commit is contained in:
2021-06-05 15:01:11 +02:00
parent 6b1c0eb192
commit d12eae4830
4 changed files with 19 additions and 2 deletions

View File

@ -16,7 +16,7 @@
{% block content %}{% endblock %}
</div>
<footer class="w3-container w3-blue-grey w3-center" style="position: fixed; bottom: 0; width: 100vw; height: 1.5em">
{% block footer %}<span>(c) br0tkasten.de</span>{% endblock %}
{% block footer %}<span>{{ request.base_url }}</span>{% endblock %}
</footer>
</body>
</html>