view libervia/pages/blog/edit/_browser/__init__.py @ 1503:2796e73ed50c

tasks (brython): fix brython scripts loading.
author Goffi <goffi@goffi.org>
date Wed, 01 Mar 2023 17:55:25 +0100
parents 925a7c498cda
children
line wrap: on
line source

import editor


editor.set_form_autosave("blog_post_edit")
editor.BlogEditor()
editor.TagsEditor("input[name='tags']")