This commit is contained in:
Julien Constant
2023-03-03 12:24:38 +01:00
parent 585923c827
commit 1ffa65b3a4
16 changed files with 841 additions and 282 deletions

View File

@ -13,7 +13,7 @@ class Migration(migrations.Migration):
model_name="preferences",
name="receive_weekmail",
field=models.BooleanField(
default=False, verbose_name="do you want to receive the weekmail"
default=False, verbose_name="receive the weekmail"
),
)
]