We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb5621 commit 6304897Copy full SHA for 6304897
1 file changed
ietf/ietfauth/forms.py
@@ -49,7 +49,7 @@ def ascii_cleaner(supposedly_ascii):
49
50
def get_person_form(*args, **kwargs):
51
52
- exclude_list = ['time', 'user', 'photo_thumb', ]
+ exclude_list = ['time', 'user', 'photo_thumb', 'photo', ]
53
54
person = kwargs['instance']
55
roles = person.role_set.all()
0 commit comments