Development

This commit is contained in:
Matthew Grotke 2026-05-24 23:43:06 -04:00
parent 01a463bee8
commit a4652866c3
6 changed files with 97 additions and 114 deletions

View file

@ -79,9 +79,9 @@ def dnsblocklists_tableblocklists_rowdelete():
return redirect(VIEW)
@bp.route('/action/dnsblocklists_tableblocklist_rowedit', methods=['POST'])
@bp.route('/action/dnsblocklists_tableblocklists_rowedit', methods=['POST'])
@require_level('administrator')
def dnsblocklists_tableblocklist_rowedit():
def dnsblocklists_tableblocklists_rowedit():
idx = _row_index()
if idx is None:
flash('Invalid request.', 'error')