Mercurial > libervia-web
view libervia/pages/blog/edit/_browser/__init__.py @ 1458:db13f5c768a0
server: `checkRedirection`: fix range variable + type hints + arg name:
- fix wrong variable used for range
- add type hints
- use a better argument to show that a URL path is used and not a whole URL
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 29 Sep 2021 17:39:08 +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']")