give space to pronouns
This commit is contained in:
parent
e20cdf5977
commit
843704c7f8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Profile(models.Model):
|
|||
)
|
||||
full_name = models.CharField(max_length=1023, verbose_name=_("nom"))
|
||||
nickname = models.CharField(blank=True, max_length=1023, verbose_name=_("surnom"))
|
||||
pronoun = models.CharField(blank=True, max_length = 15, verbose_name=_("pronom(s) utilisé(s)"))
|
||||
pronoun = models.CharField(blank=True, max_length = 1023, verbose_name=_("pronom(s) utilisé(s)"))
|
||||
picture = models.ImageField(
|
||||
blank=True, upload_to="picture", verbose_name=_("photo")
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue