fix one copyright and a string before merge

This commit is contained in:
bleizi 2024-02-11 16:58:53 +01:00
parent a6b479db19
commit 2b3eb15f59
No known key found for this signature in database
GPG Key ID: D46D7E3364433208
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
\begin{document} \begin{document}
\begin{center} \begin{center}
\huge{Liste des inscrit·e·s « {{ wei.name }} »} \huge{Liste des personnes inscrites au WEI « {{ wei.name }} »}
{% if bus %} {% if bus %}
\LARGE{Bus {{ bus.name|safe }}} \LARGE{Bus {{ bus.name|safe }}}

View File

@ -18,11 +18,11 @@
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'Note Kfet 2020' project = 'Note Kfet 2020'
copyright = '2020-2021, BDE ENS Paris-Saclay' copyright = '2020-2024, BDE ENS Paris-Saclay'
author = 'BDE ENS Paris-Saclay' author = 'BDE ENS Paris-Saclay'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '1.0.1' release = '1.0.2'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------