Mercurial > libervia-web
view libervia/web/pages/blog/edit/_browser/__init__.py @ 1538:8d61654cb34f
browser (template): fix `icon_use` when no class is specified
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 28 Jun 2023 10:05:16 +0200 |
parents | eb00d593801d |
children |
line wrap: on
line source
import editor editor.set_form_autosave("blog_post_edit") editor.BlogEditor() editor.TagsEditor("input[name='tags']")