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 %}