portal: show pool in lists

This commit is contained in:
Iain Learmonth 2022-09-27 09:19:46 +01:00
parent 082eff218a
commit 339b02d815
2 changed files with 6 additions and 8 deletions

View file

@ -48,14 +48,6 @@ def list_list() -> ResponseReturnValue:
item="distribution list",
new_link=url_for("portal.list.list_new"),
items=lists,
extra_buttons=[
{
"link": url_for("portal.list.list_preview", format_=k),
"text": f"Preview {v}",
"style": "secondary"
}
for k, v in MirrorList.formats_supported.items()
],
**_SECTION_TEMPLATE_VARS
)