Replace include with partial tag

This commit is contained in:
2021-04-06 19:14:36 +02:00
parent 201ef73639
commit 120e63808a
4 changed files with 17 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
{% load static %}
{% load i18n %}
{% load lostplaces%}
<!DOCTYPE html>
<html lang="en">
@@ -87,7 +88,7 @@
</div>
{% block footer %}
{% include 'partials/nav/footer.html' %}
{% partial 'nav/footer' %}
{% endblock footer %}
</body>