From: Radek Czajka Date: Wed, 28 Nov 2012 14:08:45 +0000 (+0100) Subject: fixes #2525: nofollow for preview links X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/cd9f9117a003d3fc8a90eb667de419ba14475138 fixes #2525: nofollow for preview links --- 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 %}