diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index 38324b1..649562f 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -1,4 +1,6 @@ {% extends "base.html" %} +{% load staticfiles %} + {% load wagtailcore_tags %}