From 3a07c109a06980bf0b7def65d4e7b0c2a9d4ff73 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 24 Nov 2020 21:23:46 +1100 Subject: [PATCH] fix sorting by using proper python printing format str --- templates/books_for_series.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/books_for_series.html b/templates/books_for_series.html index 4bed8ed..9c6122e 100644 --- a/templates/books_for_series.html +++ b/templates/books_for_series.html @@ -20,7 +20,7 @@ {{book.title}} {% endif %} - + {% for s in book.series %} {{ SeriesBookNum( s.id, book.id ) }} of {{s.title}}
{% endfor %}