From 73f6937c781d57564a8173e55e6ce55c223410e9 Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Tue, 7 Jul 2020 23:26:26 -0300 Subject: [PATCH] fixed navbar --- .../library/templates/base.html | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/CalibreWebCompanion/library/templates/base.html b/CalibreWebCompanion/library/templates/base.html index 0b47aae..fb8494f 100644 --- a/CalibreWebCompanion/library/templates/base.html +++ b/CalibreWebCompanion/library/templates/base.html @@ -15,19 +15,20 @@
{% block sidebar %}
- About - Services - Clients - Contact - - {{counter}} books + {% for tag in tag_list %} + {{tag}} + + {% endfor %} + doesnt work +
{% endblock %}