Mercurial > libervia-web
view libervia/web/pages/blog/edit/_browser/__init__.py @ 1622:c2065de5f6d0
browser (cache): better handling of roster and identities:
roster and identities are now handled and updated separately.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 15 May 2025 17:52:59 +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']")