Mercurial > libervia-web
view libervia/pages/blog/edit/_browser/__init__.py @ 1475:83cd4862b134
server: fix args range in checkRedirection
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 20 Oct 2021 17:15:40 +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']")