Finish weekmail, and fix preferences page

This commit is contained in:
Skia
2017-01-15 22:56:21 +01:00
parent 147809bb5d
commit ae0b7699f3
6 changed files with 59 additions and 65 deletions

View File

@ -14,6 +14,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='preferences',
name='receive_weekmail',
field=models.BooleanField(verbose_name='define if we want to receive the weekmail', default=False, help_text='Do you want to receive the weekmail'),
field=models.BooleanField(default=False, verbose_name='do you want to receive the weekmail'),
),
]