Skip to content

Commit

Permalink
Merge pull request #6112 from tuminzee/6107-remove-repeated-edition-d…
Browse files Browse the repository at this point in the history
…escription-from-book-pages

Closes Remove repeated edition description from book pages
  • Loading branch information
jimchamp authored Feb 7, 2022
2 parents 61530ec + 5e22745 commit ad77c8a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions openlibrary/templates/type/edition/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,16 +366,6 @@ <h3 class="edition-header">$_("First Sentence")</h3>
<p>"$(edition.first_sentence)"</p>
</div>

$if edition.description:
<div class="section">
<h3 class="edition-header">$_("Edition Description")</h3>
<div class="edition-description">
<div class="addReadMore showlesscontent">
$:sanitize(format(edition.description))
</div>
</div>
</div>

$if edition:
$ component_times['TableOfContents'] = time()
$:macros.TableOfContents(edition, ocaid)
Expand Down

0 comments on commit ad77c8a

Please sign in to comment.