From: Guillaume Pellerin Date: Fri, 7 Feb 2014 16:46:01 +0000 (+0100) Subject: increase mediabase weight X-Git-Tag: 2.8.1-pro~303 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1e666e4d3aac0e3e4f83855fe31aaf747b7f5243;p=teleforma.git increase mediabase weight --- diff --git a/teleforma/models/core.py b/teleforma/models/core.py index 9af6efee..06087dbf 100755 --- a/teleforma/models/core.py +++ b/teleforma/models/core.py @@ -84,7 +84,7 @@ STATUS_CHOICES = ( (3, _('Public')), ) -WEIGHT_CHOICES = get_nint_choices(6) +WEIGHT_CHOICES = get_nint_choices(30) GENDER_CHOICES = (('Mr', _('Mr.')), ('Mrs', _('Mrs.')))