view libervia/web/pages/blog/edit/_browser/__init__.py @ 1592:291a7026cb2b

server: handle new registration link feature, following backend implementation
author Goffi <goffi@goffi.org>
date Sun, 10 Dec 2023 18:33:00 +0100
parents eb00d593801d
children
line wrap: on
line source

import editor


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