show marc download for b2u

pull/1/head
eric 2014-11-03 16:06:25 -05:00
parent fc261b0830
commit c711747916
1 changed files with 3 additions and 1 deletions

View File

@ -711,7 +711,8 @@
</div>
{% endif %}
</div>
{% if request.user.libpref and work.first_ebook %}
{% if request.user.libpref %}
{% if work.first_ebook or work.ebookfiles %}
<div id="libtools">
<p>for libraries...</p>
<form method="POST" id="record_form" action="{% url work_marc work.id %}">
@ -719,6 +720,7 @@
<input type="submit" name="submit" value="Download MARC" id="submit">
</form>
</div>
{% endif %}
{% endif %}
</div>
</div>