errata for new edition editing
parent
57f0d57c12
commit
67b6b6e954
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue