From c888895327ba1c616bdc05189ffdfaceb4c6fe01 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 18 Jan 2022 14:04:55 -0800 Subject: [PATCH] Adds missing tag loaders --- bookwyrm/templates/landing/large-book.html | 1 + bookwyrm/templates/lists/list.html | 1 + 2 files changed, 2 insertions(+) diff --git a/bookwyrm/templates/landing/large-book.html b/bookwyrm/templates/landing/large-book.html index 6a27a4a3..9b4fd1f9 100644 --- a/bookwyrm/templates/landing/large-book.html +++ b/bookwyrm/templates/landing/large-book.html @@ -1,3 +1,4 @@ +{% load book_display_tags %} {% load rating_tags %} {% load markdown %} {% load i18n %} diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index b77f935c..c44d3fe3 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -1,6 +1,7 @@ {% extends 'lists/layout.html' %} {% load i18n %} {% load rating_tags %} +{% load book_display_tags %} {% load group_tags %} {% load markdown %}