list/form: populate pool on edit form
This commit is contained in:
parent
16f7e2199d
commit
de0f472fdc
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ def list_edit(list_id: int) -> ResponseReturnValue:
|
||||||
**_SECTION_TEMPLATE_VARS),
|
**_SECTION_TEMPLATE_VARS),
|
||||||
status=404)
|
status=404)
|
||||||
form = NewMirrorListForm(
|
form = NewMirrorListForm(
|
||||||
|
pool=list_.pool_id,
|
||||||
provider=list_.provider,
|
provider=list_.provider,
|
||||||
format=list_.format,
|
format=list_.format,
|
||||||
encoding=list_.encoding,
|
encoding=list_.encoding,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue