diff --git a/frontend/templates/bypub_list.html b/frontend/templates/bypub_list.html index 095eca00..d2d868eb 100644 --- a/frontend/templates/bypub_list.html +++ b/frontend/templates/bypub_list.html @@ -6,3 +6,5 @@ {% block userblock2 %} Books from {{ pubname }} {% if pub_lang %}( {{pub_lang|ez_lang_name}} ) {% endif %} {% endblock %} + +{% block add_more %}{% endblock %} \ No newline at end of file diff --git a/frontend/templates/work_list.html b/frontend/templates/work_list.html index 85459dbf..60a39756 100644 --- a/frontend/templates/work_list.html +++ b/frontend/templates/work_list.html @@ -81,7 +81,7 @@
{% ifequal work_list.count 0 %} {% block noworks %} - There aren't any {{ pub_lang|ez_lang_name }} works in this list yet. Why not add your favorite books to your wishlist, so we can feature them here? + There aren't any {{ pub_lang|ez_lang_name }} works in this list yet. {% block add_more %}Why not add your favorite books to your wishlist, so we can feature them here?{% endblock %} {% endblock %} {% else %} {% lazy_paginate 20 works_unglued using "works_unglued" %}