Development

This commit is contained in:
Matthew Grotke 2026-06-09 02:30:30 -04:00
parent 2e4921ab73
commit 49dd4a2cf8
3 changed files with 5 additions and 4 deletions

View file

@ -108,7 +108,7 @@ def collect_tokens(cfg):
for v in vlans if v.get('name')
)
tokens['VLAN_USED_BY_CHECKBOXES'] = (
f'<div class="form-group"><label class="form-label">Used By</label>'
f'<div class="form-group"><label class="form-label">Used By VLAN(s)</label>'
f'<div>{vlan_checkboxes}</div></div>'
) if vlan_checkboxes else ''
content = factory.load_json(f'{factory.PAGES_DIR}/dnsblocking/content.json')