Mercurial > libervia-web
view libervia/pages/blog/edit/_browser/__init__.py @ 1479:095e94ca6728
pages: disable CSRF token check when service profile is used:
CSRF token check doesn't make sense when no user is logged in, and it causes trouble for
caching.
fix 400
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 22 Oct 2021 16:04:23 +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']")