From ddf54d5ce357086292607e8eaa632fc0f0fec2ab Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 9 Sep 2020 22:31:11 +0100 Subject: [PATCH] Give selected pill item an id --- app/templates/components/pill.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/pill.html b/app/templates/components/pill.html index 21dfc2844..7024fc494 100644 --- a/app/templates/components/pill.html +++ b/app/templates/components/pill.html @@ -11,7 +11,7 @@ {% for label, option, link, count in items %}
  • {% if current_value == option %} - + {% else %} {% endif %}