Mercurial > libervia-web
view libervia/pages/blog/edit/_browser/__init__.py @ 1445:1f66a363f1a0
server: fix encoding error in version mismatch detection
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 25 Jun 2021 11:29:52 +0200 |
parents | 925a7c498cda |
children |
line wrap: on
line source
import editor editor.set_form_autosave("blog_post_edit") editor.BlogEditor() editor.TagsEditor("input[name='tags']")