Added missing files due to gitignore
This commit is contained in:
parent
b0994069ad
commit
575edc836d
9 changed files with 208 additions and 422 deletions
|
|
@ -128,11 +128,13 @@ def edit_blocklist():
|
|||
flash('Entry not found.', 'error')
|
||||
return redirect(VIEW)
|
||||
|
||||
enabled = request.form.get('enabled') == 'on'
|
||||
items[idx].update({
|
||||
'name': fields['name'],
|
||||
'description': fields['description'],
|
||||
'format': fields['format'],
|
||||
'url': fields['url'],
|
||||
'enabled': enabled,
|
||||
})
|
||||
save_core(core)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue