From cd9f9117a003d3fc8a90eb667de419ba14475138 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 28 Nov 2012 15:08:45 +0100 Subject: [PATCH] fixes #2525: nofollow for preview links --- apps/catalogue/templates/catalogue/book_detail.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/catalogue/templates/catalogue/book_detail.html b/apps/catalogue/templates/catalogue/book_detail.html index 7f3497b6..6ea683a7 100755 --- a/apps/catalogue/templates/catalogue/book_detail.html +++ b/apps/catalogue/templates/catalogue/book_detail.html @@ -58,11 +58,11 @@ {% if publishable %}

- {% trans "Full XML" %}
- {% trans "HTML version" %}
- {% trans "TXT version" %}
- {% trans "PDF version" %}
- {% trans "EPUB version" %}
+ {% trans "Full XML" %}
+ {% trans "HTML version" %}
+ {% trans "TXT version" %}
+ {% trans "PDF version" %}
+ {% trans "EPUB version" %}

{% if user.is_authenticated %} -- 2.20.1