Development
This commit is contained in:
parent
01a463bee8
commit
a4652866c3
6 changed files with 97 additions and 114 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue