Skip to content

Commit 6304897

Browse files
committed
Temporarily disable photo upload field -- requires handler code.
- Legacy-Id: 11376
1 parent 8bb5621 commit 6304897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/ietfauth/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def ascii_cleaner(supposedly_ascii):
4949

5050
def get_person_form(*args, **kwargs):
5151

52-
exclude_list = ['time', 'user', 'photo_thumb', ]
52+
exclude_list = ['time', 'user', 'photo_thumb', 'photo', ]
5353

5454
person = kwargs['instance']
5555
roles = person.role_set.all()

0 commit comments

Comments
 (0)