diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 0a5167b6..9639e954 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -132,10 +132,10 @@ {% endif %} - {% if g.user.is_authenticated %} - {% if g.user.kindle_mail %} + {% 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 %}