From 9e556c1938577b991edfcb0a0248fcca92d67f3e Mon Sep 17 00:00:00 2001
From: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Date: Mon, 14 Feb 2011 06:11:35 +0100
Subject: [PATCH 1/1] bugfix for book infobox

---
 wolnelektury/templates/catalogue/book_text.html | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/wolnelektury/templates/catalogue/book_text.html b/wolnelektury/templates/catalogue/book_text.html
index c14574a04..a6dc6a7d8 100644
--- a/wolnelektury/templates/catalogue/book_text.html
+++ b/wolnelektury/templates/catalogue/book_text.html
@@ -49,13 +49,6 @@
                   {% all_editors book.get_extra_info_value %}.</p>
             {% endif %}
 
-
-
-            <xsl:if test="//dc:description" >
-              <p><xsl:value-of select="//dc:description" /></p>
-            </xsl:if>
-    
-            <xsl:call-template name="editors" />
         </div>
         <div id="header">
             <div id="logo">
-- 
2.20.1