Replace include with partial tag
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user