mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
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:
parent
6fa0836847
commit
58751d241e
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user