From 1a53f5c18af6227c5da2915c064eb6cb8d57bc3b Mon Sep 17 00:00:00 2001 From: Joachim Date: Sun, 1 Aug 2021 11:38:44 +0200 Subject: [PATCH] Update renamed layout.html --- bookwyrm/templates/feed/layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/feed/layout.html b/bookwyrm/templates/feed/layout.html index 57305df72..ad7d39f0c 100644 --- a/bookwyrm/templates/feed/layout.html +++ b/bookwyrm/templates/feed/layout.html @@ -1,5 +1,6 @@ {% extends 'layout.html' %} {% load i18n %} +{% load static %} {% block title %}{% trans "Updates" %}{% endblock %} @@ -105,5 +106,5 @@ {% endblock %} {% block scripts %} - + {% endblock %}