Commit graph

66 commits

Author SHA1 Message Date
Maurice Debray
4457758f5a Revert "Ajout des arc en ciel dans les templates."
This reverts commit eab532bf7e.
2021-12-14 10:23:29 +01:00
Maurice Debray
eab532bf7e Ajout des arc en ciel dans les templates. Rainbow power git add calendrier/templates/calendrier/home.html partitions/templates/partitions/part.html partitions/templates/partitions/repertoire.html 2021-12-13 00:04:08 +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
662764b581 addtocalendar 2021-10-14 09:06:12 +02:00
Lucie Galland
2a33ba5cd1 addtocalendar 2021-10-13 17:55:26 +02:00
Lucie Galland
0d443407a7 addtocalendar 2021-10-13 16:49:23 +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
777bd930c6 add migrations 2021-04-29 00:36:43 +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
7a7979c91a
Remove empty tests.py files
Some of them were shadowing tests/ directories
2020-09-12 19:06:14 +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
2c6df31538
Fix event descriptions disappearance 2020-01-03 23:37:05 +01:00
Martin Pépin
d20ebd9f8d only chef users can see the instrument count 2019-03-16 19:57:13 +01:00
Martin Pépin
ae2ba509d2 nicer tables? (bootstrap) 2019-03-16 19:44:19 +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
8d49252940 Fix url in response.html 2018-06-26 10:27:55 +02:00
Evarin
e5a35251cd Répare et nettoie les URLs 2018-06-25 20:36:58 +02: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
8773c67634 Django2: change urls in templates 2018-01-05 00:37:44 +01:00
Martin Pépin
8481874ad7 is_authenticated is now a @property 2018-01-05 00:12:03 +01:00
Martin Pépin
d3cbcf391f Specify on_delete everywhere 2018-01-05 00:08:20 +01:00
Martin Pépin
a2e78d8dcc Django2 urls 2018-01-05 00:08:12 +01:00
Martin Pepin
19f348e5d8 Merge branch 'Kerl/factorisation' into 'master'
Factorise les réponses aux événements

See merge request !3
2017-10-13 13:32:11 +02:00
Martin Pépin
6f091ed40a squash all migrations 2017-05-23 09:36:48 +01:00
Martin Pépin
1841851cc9 Factorise les réponses aux événements 2017-01-14 10:24:38 +01:00
Martin Pépin
1281180baa Typo dans le template 2016-10-04 02:51:52 +02:00
Martin Pépin
4800675697 Fix calendar
groupby a besoin que les événements sont ordonnés
2016-10-02 01:46:33 +02:00
Martin Pépin
e72fc9955a Hot fix 2016-10-02 00:56:53 +02: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
6af610dabc Merge branch 'master' into Django18 2016-09-23 23:03:08 +02:00