From 1e666e4d3aac0e3e4f83855fe31aaf747b7f5243 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 7 Feb 2014 17:46:01 +0100 Subject: [PATCH] increase mediabase weight --- teleforma/models/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'))) -- 2.39.5