From f379906e575a00f48c6e8db8b55494fdf3ffe873 Mon Sep 17 00:00:00 2001 From: David Haynes Date: Tue, 25 Apr 2017 18:40:42 -0400 Subject: [PATCH] Copy over the staticfiles include used across the project - load staticfiles vs load static --- go/go/templates/core/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/go/templates/core/about.html b/go/go/templates/core/about.html index 4de22f8..0e4ce22 100644 --- a/go/go/templates/core/about.html +++ b/go/go/templates/core/about.html @@ -1,8 +1,8 @@ {% extends 'layouts/base.html' %} - -{% load static %} + +{% load staticfiles %} {% block title %} -- GitLab