From 7a32b8f6381520340422f32e7b863dcfae52d845 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 17 Dec 2020 13:58:46 -0800 Subject: [PATCH] calibre: Use common styling for libraries list Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/modules/calibre/templates/calibre.html | 32 ++++++------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/plinth/modules/calibre/templates/calibre.html b/plinth/modules/calibre/templates/calibre.html index f3f0ba1b3..e7632ff6f 100644 --- a/plinth/modules/calibre/templates/calibre.html +++ b/plinth/modules/calibre/templates/calibre.html @@ -5,18 +5,6 @@ {% load i18n %} -{% block page_head %} - -{% endblock %} - {% block configuration %} {{ block.super }} @@ -35,19 +23,19 @@ {% if not libraries %}

{% trans 'No libraries available.' %}

{% else %} -
+
{% for library in libraries %} - {% endfor %}