From 49bd83ca9502fc49ec02e63fc5fd6e5a932a5e08 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 25 Dec 2016 15:35:38 +0000 Subject: [PATCH] Fix template import --- templates/pages/simple_content_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/simple_content_page.html b/templates/pages/simple_content_page.html index 46d7f9e..79211ac 100644 --- a/templates/pages/simple_content_page.html +++ b/templates/pages/simple_content_page.html @@ -5,7 +5,7 @@ {% block body_class %}template-contentpage{% endblock %} {% block content %} - {% include 'common/header' %} + {% include 'common/header.html' %}
{% include_block page.body %}