canaille-globuzma/canaille/core
Éloi Rivard b4908d5e57
modals are HTML pages instead of JS elements
This will help providing the very same user experience for users with
and without javascript. We will still be able to re-enable javascript
modals in the future, but this should be done from the ground up, HTML
first and javascript after.
2023-07-18 18:34:10 +02:00
..
__init__.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
account.py modals are HTML pages instead of JS elements 2023-07-18 18:34:10 +02:00
admin.py Fixed email previews 2023-07-01 20:02:53 +02:00
commands.py Split commands in their dedicated modules 2023-04-09 21:58:11 +02:00
forms.py Correct plural labels for multiple fields 2023-06-30 17:39:35 +02:00
groups.py modals are HTML pages instead of JS elements 2023-07-18 18:34:10 +02:00
mails.py Enable jinja2 strict mode in unit tests 2023-07-01 19:56:13 +02:00
models.py Implements a flask Group converter 2023-06-29 15:55:39 +02:00
populate.py Renamed User.phone_number in User.phone_numbers 2023-06-22 15:33:03 +02:00