Merge pull request #1405 from ae-utbm/fixes

Fixes
This commit is contained in:
thomas girod
2026-05-21 22:54:00 +02:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
@@ -33,7 +33,7 @@ def migrate_roles(apps: StateApps, schema_editor):
club_id=club_id,
order=max(SITH_CLUB_ROLES) - role,
)
updates.append(When(role=role, then=new_role.id))
updates.append(When(club_id=club_id, role=role, then=new_role.id))
# all updates must happen at the same time
# otherwise, the 10 first created ClubRole would be
# re-modified after their initial creation, and it would
+4 -2
View File
@@ -81,9 +81,9 @@
width: 100%;
background: white;
margin-bottom: 1em;
font-size: 85%;
#links_content {
font-size: 85%;
overflow: auto;
box-shadow: $shadow-color 1px 1px 1px;
min-height: 20em;
@@ -99,6 +99,7 @@
li {
margin: 10px;
i {
width: 25px;
text-align: center;
@@ -112,12 +113,13 @@
#birthdays_content {
box-shadow: $shadow-color 1px 1px 1px;
padding: 1em;
ul.birthdays_year {
margin: 0;
list-style-type: none;
font-weight: bold;
>li {
> li {
padding: 0.5em;
&:nth-child(even) {