From 463cbe9d8994447e2adcaf31b39e6093b423a315 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 26 Apr 2018 16:26:14 -0400 Subject: [PATCH] quick bugfix --- frontend/templates/bypub_list.html | 2 +- frontend/templates/recommended.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/templates/bypub_list.html b/frontend/templates/bypub_list.html index d1f72ae1..e3a9eab4 100644 --- a/frontend/templates/bypub_list.html +++ b/frontend/templates/bypub_list.html @@ -1,6 +1,6 @@ {% extends 'work_list.html' %} -{% load endless %} +{% load el_pagination_tags %} {% load lang_utils %} {% block title %} Works published by {{ pubname }} {% endblock %} diff --git a/frontend/templates/recommended.html b/frontend/templates/recommended.html index 0ebfbe87..b2f8195b 100644 --- a/frontend/templates/recommended.html +++ b/frontend/templates/recommended.html @@ -1,6 +1,6 @@ {% extends 'work_list.html' %} -{% load endless %} +{% load el_pagination_tags %} {% load lang_utils %} {% block title %} Books we're recommending. {% endblock %}