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 %}