Mercurial > libervia-web
view libervia/web/pages/blog/edit/_browser/__init__.py @ 1568:67ff59465fe4
install: minimum Python version is now 3.10
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 22 Nov 2023 15:25:15 +0100 |
parents | eb00d593801d |
children |
line wrap: on
line source
import editor editor.set_form_autosave("blog_post_edit") editor.BlogEditor() editor.TagsEditor("input[name='tags']")