diff --git a/templates/_base.html b/templates/_base.html index adcfa7f9..d4b71d55 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -128,7 +128,7 @@ {% block footer_contact %} - {% include "footer_contact_direction.html" %} + {% include "includes/footer_contact_direction.html" %} {% endblock %} diff --git a/templates/footer_contact_direction.html b/templates/includes/footer_contact_direction.html similarity index 100% rename from templates/footer_contact_direction.html rename to templates/includes/footer_contact_direction.html