Mercurial > libervia-web
annotate libervia/web/pages/blog/edit/_browser/__init__.py @ 1526:fc2bc024600d
build: do not set explicitely `libervia` package:
`twisted` needs to be installed, and if we don't specify anything, Hatch looks
automatically for all directories containing .py files, so it includes `libervia` and
`twisted`.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 08 Jun 2023 21:07:55 +0200 |
parents | eb00d593801d |
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']") |