Development

This commit is contained in:
Matthew Grotke 2026-05-25 14:24:40 -04:00
parent a110af0a1c
commit 60df03e85c
2 changed files with 40 additions and 14 deletions

View file

@ -609,16 +609,6 @@ def collect_tokens():
'</tr></thead>'
f'<tbody>{rows}</tbody>'
'</table>'
'<form method="post" action="/action/actions_cardpendingchanges_applyselected">'
f'<input type="hidden" name="config_hash" value="{e(core_hash())}"/>'
'<div class="button-row">'
'<button type="submit" class="btn btn-primary">Apply Selected</button>'
'</div></form>'
'<form method="post" action="/action/actions_cardpendingchanges_revertselected">'
f'<input type="hidden" name="config_hash" value="{e(core_hash())}"/>'
'<div class="button-row" style="margin-top:0.5rem">'
'<button type="submit" class="btn btn-secondary">Revert Selected</button>'
'</div></form>'
)
else:
pending_html = ''