clients: Fix a duplicated HTML ID

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2020-12-16 18:00:21 -08:00 committed by Veiko Aasa
parent 6fa0836847
commit 58751d241e
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -8,7 +8,7 @@
{% if clients %}
<div id="clients" class="collapse">
<table id="clients" class="table table-striped">
<table class="table table-striped">
{% with clients|clients_of_type:'web' as web_clients %}
{% for client in web_clients %}