mirror of https://gitlab.crans.org/bde/nk20
fix one copyright and a string before merge
This commit is contained in:
parent
a6b479db19
commit
2b3eb15f59
|
@ -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 }}}
|
||||||
|
|
|
@ -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 ---------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue