sinavir
|
f886f3c98f
|
fix: Sort poll answers by creationDate
|
2025-03-02 17:53:49 +01:00 |
|
sinavir
|
3e065f30c0
|
Bugfix
|
2024-06-15 14:57:39 +02:00 |
|
Maurice Debray
|
7122c1c0c4
|
black puis isort
|
2022-03-15 01:08:18 +01:00 |
|
Maurice Debray
|
14e8d963d6
|
Ajout de la date de création/mise à jour dans le modèle Participants
|
2022-03-15 01:04:01 +01:00 |
|
Maurice Debray
|
b62d6f47a4
|
Migrations + black/isort
|
2022-01-06 13:11:16 +01:00 |
|
Lucie Galland
|
a1a8a6d9aa
|
calendar update
|
2021-11-03 14:33:39 +01:00 |
|
Lucie Galland
|
d7fd5e5537
|
new respos
|
2021-10-23 11:16:07 +02:00 |
|
Lucie Galland
|
38b0f12201
|
add respo event
|
2021-10-06 13:46:45 +02:00 |
|
Lucie Galland
|
80a7f99f28
|
add responsabilité instru
|
2021-10-04 16:19:30 +02:00 |
|
Lucie Galland
|
fc4577c661
|
instru liste for multiinstrumentiste answer in doodle
|
2021-09-30 08:38:47 +02:00 |
|
Lucie Galland
|
446acd1cb7
|
corrections
|
2021-09-29 13:31:15 +02:00 |
|
Lucie Galland
|
d1d0980778
|
ev only for chefs
|
2021-08-09 12:41:44 +02:00 |
|
Lucie Galland
|
de50d9b187
|
fix
|
2021-06-07 13:50:57 +02:00 |
|
Lucie Galland
|
b260ae8eb8
|
add photo/video from site + choice instru in response event
|
2021-06-07 00:56:03 +02:00 |
|
Lucie Galland
|
0fbec31d14
|
black + isort
|
2021-04-29 00:33:58 +02:00 |
|
Lucie Galland
|
6ba168d286
|
corrections + class views
|
2021-04-29 00:27:33 +02:00 |
|
Lucie Galland
|
5d1d3f8eff
|
v1.1
|
2021-03-31 16:05:26 +02:00 |
|
Martin Pépin
|
c3f9b26aea
|
Show all events to logged-in users
|
2020-09-12 19:05:46 +02:00 |
|
Martin Pépin
|
4247730ce4
|
Event.calendrier is not a bool anymore
|
2020-09-11 20:23:23 +02:00 |
|
Lucie Galland
|
05d274981b
|
v1.0 - Nouvelle apparence, trombonoscope
|
2020-09-10 15:06:53 +02:00 |
|
Martin Pépin
|
1176bb1eec
|
Fix broken urls
|
2020-01-04 00:01:16 +01:00 |
|
Martin Pépin
|
116c41709c
|
number of each instrument on the event view
|
2019-03-16 19:40:27 +01:00 |
|
Martin Pépin
|
1a935523c6
|
rewrite the event view in a much cleaner way
- Cleaner code, no locals
- Indentation in the template makes it readable!
|
2019-03-16 19:09:12 +01:00 |
|
Martin Pépin
|
fe06636502
|
remove duplicate code (view_eventbis)
|
2019-03-16 18:54:29 +01:00 |
|
Martin Pépin
|
e2a4b126d5
|
fix a leftover old-style url name
|
2019-03-16 18:18:19 +01:00 |
|
Martin Pépin
|
f7fe0eaa71
|
fix erroneous reverse_lazy call
|
2019-03-16 18:16:29 +01:00 |
|
Martin Pépin
|
1ea12ed3f9
|
Merge branch 'master' into django2
|
2018-05-01 10:09:50 +02:00 |
|
Martin Pépin
|
0b7464e16d
|
Hotfix: event emails are broken
|
2018-01-06 19:02:48 +01:00 |
|
Martin Pépin
|
cd149f1052
|
Fix typo in "previous year" on the calendar
|
2018-01-05 15:13:13 +01:00 |
|
Martin Pépin
|
745cc4c43e
|
A few tests for calendar views
|
2018-01-05 14:13:12 +01:00 |
|
Martin Pépin
|
b2ce6629c8
|
Fix some old-style urls
|
2018-01-05 14:12:50 +01:00 |
|
Martin Pépin
|
8481874ad7
|
is_authenticated is now a @property
|
2018-01-05 00:12:03 +01:00 |
|
Martin Pépin
|
a2e78d8dcc
|
Django2 urls
|
2018-01-05 00:08:12 +01:00 |
|
Martin Pépin
|
1841851cc9
|
Factorise les réponses aux événements
|
2017-01-14 10:24:38 +01:00 |
|
Martin Pépin
|
4f1ae20bb4
|
Suppression d'erreurs sur les get
On remplace les `MyModel.objects.get(...)` par des
`get_object_or_404(MyModel, ...)`
|
2016-09-24 00:55:01 +02:00 |
|
Martin Pépin
|
814b484eda
|
typo
|
2016-07-19 23:14:00 +02:00 |
|
Martin Pépin
|
1fc83d15ba
|
Fix mails
- Répare ce qui a été cassé aux deux derniers commits
- Utilise `get_current_site` pour éviter de hardcoder le nom de domaine
|
2016-07-13 23:34:54 +02:00 |
|
Martin Pépin
|
79eb0ad2fc
|
Nettoyage
- Moins de concaténations chaînes de caractères
- Utilisation de `reverse_lazy` pour écrire des urls
|
2016-07-13 20:12:11 +02:00 |
|
Martin Pépin
|
438be7e481
|
Nettoyage
- PEP8
- Imports non utilisés
|
2016-07-13 19:38:53 +02:00 |
|
Martin Pépin
|
334c1d2f00
|
Commit bourrin
Ajoute des changements effectués en prod sans passer par le git
|
2016-06-21 00:33:32 +02:00 |
|
Aymeric Fromherz
|
34d56e8635
|
Plop
|
2015-09-23 08:08:26 +02:00 |
|
R1kM
|
20a02d1013
|
Bawa
|
2015-07-22 16:08:59 -04:00 |
|
R1kM
|
ed2fafe61a
|
Vision des events différenciée
|
2015-04-17 18:38:44 +02:00 |
|
R1kM
|
c672bea536
|
Calendrier
|
2015-04-13 18:56:43 +02:00 |
|