Skip to content

Commit

Permalink
Updated example text of alternate title.
Browse files Browse the repository at this point in the history
  • Loading branch information
seabelis committed Jan 11, 2020
1 parent dfa533b commit 8167f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openlibrary/templates/books/edit/edition.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@
<div class="formElement">
<div class="label">
<label for="edition-title_other">$_("Is it known by any other titles?")</label>
<span class="tip">$_("Do different titles appear on the cover, spine, or title page? The individual titles of collections or anthologies may be entered here as well as.")</span>
<span class="tip">$_("Use this field if the title is different on the cover or spine. If the edition is a collection or anthology, you may also add the individual titles of each work here.")</span>
</div>
<div class="input">
<input type="text" name="edition--other_titles--0" id="edition-title_other" value="$(book.other_titles and book.other_titles[0])"/>
<div class="tip">$_("For example:") <i>Der Zauberberg</i> $_("is an alternate title for") <i>The Magic Mountain</i>.</div>
<div class="tip">$_("For example:") <i>Eaters of the Dead</i> $_("is an alternate title for") <i><a href='/books/OL24923038M'>The 13th Warrior</i></a>.</div>
</div>
$if book.other_titles and len(book.other_titles) > 1:
$for i, t in enumerate(book.other_titles):
Expand Down

0 comments on commit 8167f5d

Please sign in to comment.