Mercurial > libervia-web
view libervia/pages/blog/edit/_browser/__init__.py @ 1489:ff23865fbdbb 0.9
install (setup): remove upper bound for `twisted` and `libervia-templates` versions
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 18 Dec 2021 17:17:18 +0100 |
parents | 925a7c498cda |
children |
line wrap: on
line source
import editor editor.set_form_autosave("blog_post_edit") editor.BlogEditor() editor.TagsEditor("input[name='tags']")