]> git.parisson.com Git - teleforma.git/commitdiff
increase mediabase weight
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 7 Feb 2014 16:46:01 +0000 (17:46 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 7 Feb 2014 16:46:01 +0000 (17:46 +0100)
teleforma/models/core.py

index 9af6efeee4b8bb3982e703eebda99b237c22c916..06087dbf33d51ed830b97f95e0fb65a9e35533da 100755 (executable)
@@ -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.')))