From 58751d241e29f79f1c6e9f62b1043771d163f421 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 16 Dec 2020 18:00:21 -0800 Subject: [PATCH] clients: Fix a duplicated HTML ID Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/templates/clients.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/templates/clients.html b/plinth/templates/clients.html index a23f31d8d..56efcc382 100644 --- a/plinth/templates/clients.html +++ b/plinth/templates/clients.html @@ -8,7 +8,7 @@ {% if clients %}
- +
{% with clients|clients_of_type:'web' as web_clients %} {% for client in web_clients %}