adds empty main div to correct footer position

This commit is contained in:
Raphael Maenle 2020-08-17 14:32:05 +02:00
parent 081888d1f6
commit e5df7c3cd6

View File

@ -39,6 +39,8 @@
// content here // content here
{% endblock %} {% endblock %}
</div>
<div id="main">
</div> </div>
{% include "footer.html" %} {% include "footer.html" %}
</div> </div>