Mercurial > libervia-web
annotate libervia/pages/blog/edit/_browser/__init__.py @ 1468:e85ef5f3515e
pages (lists/view_item): add current list to breadcrumbs
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Oct 2021 12:12:30 +0200 |
parents | 925a7c498cda |
children |
rev | line source |
---|---|
1416 | 1 import editor |
2 | |
3 | |
4 editor.set_form_autosave("blog_post_edit") | |
1420
925a7c498cda
pages (blog/edit): move preview code to new `BlogEditor` class in `editor` module
Goffi <goffi@goffi.org>
parents:
1416
diff
changeset
|
5 editor.BlogEditor() |
1416 | 6 editor.TagsEditor("input[name='tags']") |