From 81e41a819c3e614faf0393827adc96b18ba0473c Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Mon, 3 May 2021 14:59:09 +0000 Subject: [PATCH] web/quotes: fix 500 I forgot to load the tailwind tags, so it just breaks. --- web/quotes/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web/quotes/templates/base.html b/web/quotes/templates/base.html index 9f7e6a7050..599378eae8 100644 --- a/web/quotes/templates/base.html +++ b/web/quotes/templates/base.html @@ -1,4 +1,5 @@ {% load static %} +{% load tailwind_tags %}