Forgot comment
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2021-07-11 12:29:26 +02:00
parent fb637cddd2
commit d043435d91
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ def admin_edit(link_id=None):
name=link.title.name if link.title else None,
link=link.link,
season=link.season,
comment=link.comment,
keyword=link.title.keyword if link.title else None
)
form.folder.choices = [('', '')] + [(g.id, g.name) for g in folders]