Remove .to extension from header and footer templates

This commit is contained in:
richard-dds
2018-08-02 13:27:58 -04:00
parent f625366e9a
commit b28062b7ce
4 changed files with 1 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
</div>
</div>
{% include 'footer.html.to' %}
{% include 'footer.html' %}
{% block modal %}{% endblock %}
</body>