From 4f08608d751efea51369ce6436cbfd264032ad31 Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sat, 8 Jul 2017 11:01:40 +0200 Subject: [PATCH] Move download button to top of detail page (#174) --- cps/templates/detail.html | 102 +++++++++++++++++++------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/cps/templates/detail.html b/cps/templates/detail.html index bf9634df..85a51804 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -12,6 +12,57 @@
+
+

{{entry.title}}

{% for author in entry.authors %} @@ -125,57 +176,6 @@ {% endif %} -

-
{% if g.user.is_authenticated %} {% if g.user.shelf.all() or g.public_shelfes %}