Development

This commit is contained in:
Matthew Grotke 2026-05-27 15:49:39 -04:00
parent 5b5203583d
commit aa49538915

View file

@ -1289,8 +1289,8 @@ def _render_item(item, tokens, inherited_req=None):
f'<input type="text" name="{subnet_name}" value="{e(subnet_val)}" placeholder="{subnet_ph}" class="form-input"/>' f'<input type="text" name="{subnet_name}" value="{e(subnet_val)}" placeholder="{subnet_ph}" class="form-input"/>'
'<span class="subnet-sep">/</span>' '<span class="subnet-sep">/</span>'
f'<input type="number" name="{prefix_name}" value="{pf}" min="1" max="30" class="form-input subnet-prefix-input"/>' f'<input type="number" name="{prefix_name}" value="{pf}" min="1" max="30" class="form-input subnet-prefix-input"/>'
f'<span class="subnet-dotted">{e(dotted)}</span>'
'</div>' '</div>'
f'<span class="subnet-dotted">{e(dotted)}</span>'
'<p class="form-hint field-dyn-hint hidden"></p>' '<p class="form-hint field-dyn-hint hidden"></p>'
'</div>' '</div>'
) )