From 21b418d80950915a683c1fe929717acd9e031dc7 Mon Sep 17 00:00:00 2001 From: Lukasz Anwajler Date: Fri, 26 Nov 2010 15:36:45 -0600 Subject: [PATCH] Ticket #952 link to xml source added to book details. --- wolnelektury/templates/catalogue/book_detail.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index ffb586b8b..125b9bb01 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -137,10 +137,7 @@ {% for tag in categories.genre %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %} - -
  • - {% trans "View XML source" %} -
  • +

    {% trans "Other resources" %}

    +

    {% trans "View XML source" %}

    {% trans "Work's themes " %}

    -- 2.20.1