Mercurial > libervia-web
view libervia/pages/blog/edit/_browser/__init__.py @ 1501:5cc6734093a6
pages (lists/edit): fix serialisation on `listGet` call
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 06 Oct 2022 17:26:31 +0200 |
parents | 925a7c498cda |
children |
line wrap: on
line source
import editor editor.set_form_autosave("blog_post_edit") editor.BlogEditor() editor.TagsEditor("input[name='tags']")