Exclude Latin Name from developer profile form

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2011-12-03 12:41:26 -06:00
parent 4d02cd5b5d
commit 7911fd4ef7

View File

@ -123,7 +123,7 @@ def clean_pgp_key(self):
class Meta:
model = UserProfile
exclude = ['allowed_repos', 'user']
exclude = ('allowed_repos', 'user', 'latin_name')
@login_required
@never_cache