don't ask people to add books by publisher

pull/1/head
eric 2013-03-25 23:41:59 -04:00
parent 1881660089
commit 90d01894d2
2 changed files with 3 additions and 1 deletions

View File

@ -6,3 +6,5 @@
{% block userblock2 %}
<span class="special-user-name">Books from {{ pubname }} {% if pub_lang %}( {{pub_lang|ez_lang_name}} ) {% endif %}</span>
{% endblock %}
{% block add_more %}{% endblock %}

View File

@ -81,7 +81,7 @@
<div id="content-block-content">
{% 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" %}