From da573953904d639cacc0535ceb9a13108ff2e1b1 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Sat, 11 Jan 2020 20:57:23 +0100 Subject: [PATCH] added pdf --- templates/description.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/description.html b/templates/description.html index 23fe369..81286f7 100644 --- a/templates/description.html +++ b/templates/description.html @@ -17,6 +17,9 @@ {% elif item.lower().endswith(('.mp3')) %} + {% elif item.lower().endswith(('.pdf')) %} + + {% endif %} {% endfor %} @@ -77,7 +80,7 @@
  • next item
  • previous item
  • -
  • {{itemid}}/31
  • +
  • {{itemid}}/32
  • {% endblock %}