profile: add support for language attribute (#71283)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2022-11-14 15:40:11 +01:00
parent 5b06060de9
commit 1209ea3219
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class AttributeDefinition(models.Model):
('fr_phone_number', _('French Phone Number')),
('profile_image', _('Profile Image')),
('address_auto', _('Address (autocomplete)')),
('language', _('Language')),
),
)
disabled = models.BooleanField(verbose_name=_('disabled'), default=False)