diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cf8dab9..a043aef2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,10 @@ stages: variables: GIT_SUBMODULE_STRATEGY: recursive -# Ubuntu 22.04 -py310-django52: +# Ubuntu 24.04 +py312-django52: stage: test - image: ubuntu:22.04 + image: ubuntu:24.04 before_script: # Fix tzdata prompt - ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone @@ -22,12 +22,12 @@ py310-django52: python3-djangorestframework python3-django-oauth-toolkit python3-psycopg2 python3-pil python3-babel python3-lockfile python3-pip python3-phonenumbers python3-memcache python3-bs4 python3-setuptools tox texlive-xetex - script: tox -e py310-django52 + script: tox -e py312-django52 # Debian Bookworm -py311-django52: +py313-django52: stage: test - image: debian:bookworm + image: debian:trixie before_script: - > apt-get update && @@ -37,11 +37,11 @@ py311-django52: python3-djangorestframework python3-django-oauth-toolkit python3-psycopg2 python3-pil python3-babel python3-lockfile python3-pip python3-phonenumbers python3-memcache python3-bs4 python3-setuptools tox texlive-xetex - script: tox -e py311-django52 + script: tox -e py313-django52 linters: stage: quality-assurance - image: debian:bookworm + image: debian:trixie before_script: - apt-get update && apt-get install -y tox script: tox -e linters diff --git a/apps/activity/templates/activity/guest_list.html b/apps/activity/templates/activity/guest_list.html index b5a98564..b122d767 100644 --- a/apps/activity/templates/activity/guest_list.html +++ b/apps/activity/templates/activity/guest_list.html @@ -7,13 +7,19 @@ [Note Kfet] Liste des invité·e·s à l'activité {{ activity.name }} - +

Bonjour, +

+

Vous trouverez en pièce-jointe la liste des invité·e·s à l'activité : {{ activity.name }} +

+

Cette liste vous est partagée par {{ user_identity }} (en copie de ce mail). - +

+

Bonne journée +

--