This commit is contained in:
parent
fb637cddd2
commit
d043435d91
@ -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]
|
||||
|
Reference in New Issue
Block a user