From 5809acfa9efbfa55858b7f36b2691422607be5d4 Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sat, 2 Dec 2017 14:25:18 +0100 Subject: [PATCH] anonymous user now have always the right to read books (as any other user, too) (Fix #287) --- cps/templates/detail.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 4a9fa8fb..a1e5194d 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -42,7 +42,6 @@ {% if g.user.kindle_mail and g.user.is_authenticated %} {{_('Send to Kindle')}} {% endif %} - {% if (g.user.role_download() and g.user.is_anonymous) or g.user.is_authenticated %}
- {% endif %}

{{entry.title}}