From eff8480d5c1b0cb0163508b71b647ba4b1e8f45f Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Mon, 21 Sep 2020 18:24:50 +0200 Subject: [PATCH] Show listen in browser formats in lowercase --- cps/templates/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 25dbb6fd..3cfa40a2 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -81,7 +81,7 @@ {% for format in entry.data %} {% if format.format|lower in audioentries %} -
  • {{format.format}}
  • +
  • {{format.format|lower }}
  • {% endif %} {% endfor %}