Mercurial > libervia-web
annotate libervia/pages/forums/topics/new/_browser/__init__.py @ 1463:2c8449885272
pages: query parameters can now be specified using keyword arguments in `getURL:`
rel: 399
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 30 Sep 2021 16:57:54 +0200 |
parents | 69ba6b2ba949 |
children |
rev | line source |
---|---|
1424
69ba6b2ba949
pages (forums/topics): new page to edit a topic using blog editor
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
1 import editor |
69ba6b2ba949
pages (forums/topics): new page to edit a topic using blog editor
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
2 |
69ba6b2ba949
pages (forums/topics): new page to edit a topic using blog editor
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
3 |
69ba6b2ba949
pages (forums/topics): new page to edit a topic using blog editor
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
4 editor.set_form_autosave("forum_topic_edit") |
69ba6b2ba949
pages (forums/topics): new page to edit a topic using blog editor
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
5 editor.BlogEditor("forum_topic_edit") |