From de49ff6a4900d56cca9e3106972a0a03504581e8 Mon Sep 17 00:00:00 2001 From: vas3k Date: Sun, 19 Jan 2020 20:41:55 +0100 Subject: [PATCH] Fix template error --- templates/board.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/board.html b/templates/board.html index bad76c5..4317ea4 100644 --- a/templates/board.html +++ b/templates/board.html @@ -1,5 +1,6 @@ {% extends "layout.html" %} {% load text_filters %} +{% load static %} {% block title %}{{ board.curator_name }} | {{ board.curator_title }} | {{ block.super }}{% endblock %}