Mercurial > libervia-web
view libervia/web/pages/blog/edit/_browser/__init__.py @ 1580:08342aca8c1e
pages: make `tz_data` always available as template data and exposed to scripts
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 28 Nov 2023 17:52:09 +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']")