Removing Partial TemplateTag

This commit is contained in:
Leonhard Strohmidel
2022-09-17 21:22:51 +02:00
parent 72094494eb
commit 9c50e5891f
4 changed files with 10 additions and 25 deletions

View File

@@ -89,7 +89,7 @@
</div>
{% block footer %}
{% partial 'nav/footer' %}
{% include 'partials/nav/footer.html' %}
{% endblock footer %}
</body>