diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 98ba03f7..6a8aafd3 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -78,7 +78,10 @@ {% if g.user.kindle_mail %} Send to Kindle {% endif %} - Read in browser + {% for format in entry.data if format.format|lower == 'epub' %} + Read in browser + {%endfor%} +