From 5e2274525a9d5217403ecaf4a465f896fb0cd54e Mon Sep 17 00:00:00 2001 From: tuminzee Date: Sat, 5 Feb 2022 03:34:56 +0530 Subject: [PATCH] remove duplicate edition description --- openlibrary/templates/type/edition/view.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/openlibrary/templates/type/edition/view.html b/openlibrary/templates/type/edition/view.html index e6c46500c33..caab7572a2e 100644 --- a/openlibrary/templates/type/edition/view.html +++ b/openlibrary/templates/type/edition/view.html @@ -366,16 +366,6 @@

$_("First Sentence")

"$(edition.first_sentence)"

- $if edition.description: -
-

$_("Edition Description")

-
-
- $:sanitize(format(edition.description)) -
-
-
- $if edition: $ component_times['TableOfContents'] = time() $:macros.TableOfContents(edition, ocaid)