errata for new edition editing

pull/1/head
eric 2015-11-18 10:04:01 -05:00
parent 57f0d57c12
commit 67b6b6e954
2 changed files with 2 additions and 8 deletions

View File

@ -11,7 +11,7 @@
{% block doccontent %}
<h2>Add Ebook Links for <a href="{% url 'work' edition.work.id %}">{{ edition.work }}</a></h2>
<h2>Add Ebook Links for <a href="{% url 'work' edition.work.id %}">{{ edition.work.title }}</a></h2>
{% if edition.publisher %}
Publisher: <a href="{% url 'bypubname_list' edition.publisher_name.id %}">{{edition.publisher}}</a><br />
{% endif %}

View File

@ -88,17 +88,11 @@ ul.fancytree-container {
{% block doccontent %}
{% if admin %}
{% if edition.pk %}
<h2>Edit Edition / Add Ebook Links for <a href="{% url 'work' edition.work.id %}">{{ edition.work }}</a></h2>
<h2>Edit Edition for <a href="{% url 'work' edition.work.id %}">{{ edition.work.title }}</a></h2>
{% else %}
<h2>Create New Edition</h2>
{% endif %}
{% else %}
{% if edition.pk %}
<h2>Add Ebook Links for <a href="{% url 'work' edition.work.id %}">{{ edition.work }}</a></h2>
{% endif %}
{% endif %}
{% if admin %}
<p>Title and ISBN 13 are required; the rest is optional, though a cover image is strongly recommended.</p>
<form id="editform" enctype="multipart/form-data" method="POST" action="#">
{% csrf_token %}