view libervia/pages/blog/edit/_browser/__init__.py @ 1517:b8ed9726525b

browser: "calls" implementation, first draft: Basic page to make a call. Call are automatically accepted for the moment. fix 422
author Goffi <goffi@goffi.org>
date Thu, 01 Jun 2023 21:42:02 +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']")