Mercurial > libervia-web
diff libervia/pages/_browser/invitation.py @ 1378:e3e303a30a74
pages (tickets): renamed "tickets" to "lists":
"lists" is more generic, and tickets is actually a specific kind of list.
/!\ "tickets_trackers_json" option has been renamed to "lists_directory_json".
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 28 Jan 2021 18:51:44 +0100 |
parents | 2938d1b65bd5 |
children | 83be300d17e3 |
line wrap: on
line diff
--- a/libervia/pages/_browser/invitation.py Fri Dec 11 17:35:06 2020 +0100 +++ b/libervia/pages/_browser/invitation.py Thu Jan 28 18:51:44 2021 +0100 @@ -3,7 +3,7 @@ from template import Template from dialog import notification from cache import cache -# we use JS RegExp because Python're is really long to import in Brython +# we use JS RegExp because Python's re is really long to import in Brython from javascript import RegExp bridge = Bridge()