don't ask people to add books by publisher
parent
1881660089
commit
90d01894d2
|
@ -6,3 +6,5 @@
|
||||||
{% block userblock2 %}
|
{% block userblock2 %}
|
||||||
<span class="special-user-name">Books from {{ pubname }} {% if pub_lang %}( {{pub_lang|ez_lang_name}} ) {% endif %}</span>
|
<span class="special-user-name">Books from {{ pubname }} {% if pub_lang %}( {{pub_lang|ez_lang_name}} ) {% endif %}</span>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block add_more %}{% endblock %}
|
|
@ -81,7 +81,7 @@
|
||||||
<div id="content-block-content">
|
<div id="content-block-content">
|
||||||
{% ifequal work_list.count 0 %}
|
{% ifequal work_list.count 0 %}
|
||||||
{% block noworks %}
|
{% 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 %}
|
{% endblock %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% lazy_paginate 20 works_unglued using "works_unglued" %}
|
{% lazy_paginate 20 works_unglued using "works_unglued" %}
|
||||||
|
|
Loading…
Reference in New Issue