list/form: populate pool on edit form

This commit is contained in:
Iain Learmonth 2022-09-26 13:58:51 +01:00
parent 16f7e2199d
commit de0f472fdc

View file

@ -155,6 +155,7 @@ def list_edit(list_id: int) -> ResponseReturnValue:
**_SECTION_TEMPLATE_VARS),
status=404)
form = NewMirrorListForm(
pool=list_.pool_id,
provider=list_.provider,
format=list_.format,
encoding=list_.encoding,