diff --git a/templates/utils.html b/templates/utils.html index 5cc293d..dddc42c 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -185,6 +185,8 @@ {% elif (a.mediaType and a.mediaType.startswith("video/")) %}
  • + {% elif (a.mediaType and a.mediaType.startswith("audio/")) %} +
  • {% else %}
  • {% if a.filename %}{{ a.filename }}{% else %}{{ a.url }}{% endif %}
  • {% endif %} @@ -320,7 +322,8 @@ -{% endif %} +{% endif %} {% endif %}