show new edition link to campaign managers on work page

also, improve wording of ebook links
pull/1/head
eric 2014-03-13 15:22:03 -04:00
parent 437f9d0eac
commit 275dfb1068
1 changed files with 3 additions and 3 deletions

View File

@ -412,7 +412,7 @@
{% if work.first_ebook %}
<h4>Downloads</h4>
<div class="pledged-info">
This work has been downloaded {{ work.download_count }} times via unglue.it.
This work has been downloaded {{ work.download_count }} times via unglue.it ebook links.
</div>
{% endif %}
{% if user.is_staff %}
@ -433,7 +433,7 @@
{% if alert %}
<div class="yikes"><br />{{ alert }}</div>
{% endif %}
{% if user.is_staff %}
{% if user.is_staff or user in work.last_campaign.managers.all %}
<div><a href="{% url new_edition work_id edition.id %}">Create a new edition for this work</a><br /><br /></div>
{% endif %}
@ -450,7 +450,7 @@
{% endifnotequal %}
{% endfor %}
{% endif %}
<div><a href="{% url work_editions work_id %}">All editions for this work/Add downloads</a></div>
<div><a href="{% url work_editions work_id %}">All editions for this work/Add ebook links</a></div>
{% endifequal %}
</div>