From ee91fc03efd2780a5b08b2234b6019c74641d503 Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sat, 4 Feb 2017 10:01:28 +0100 Subject: [PATCH] Bugfix Id instead of names in url --- cps/templates/shelf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/shelf.html b/cps/templates/shelf.html index 4c23f827..f8571652 100644 --- a/cps/templates/shelf.html +++ b/cps/templates/shelf.html @@ -21,7 +21,7 @@

{{entry.title|shortentitle}}

-

{{entry.authors[0].name}}

+

{{entry.authors[0].name}}

{% if entry.ratings.__len__() > 0 %}
{% for number in range((entry.ratings[0].rating/2)|int(2)) %}