reg/events.py
changeset 45 b66d405eb8c7
parent 43 757d1da69255
child 46 ff5f34e42aec
equal deleted inserted replaced
44:7d748db0c7c3 45:b66d405eb8c7
   108     profile.affiliated_to = properties['affiliated_to']
   108     profile.affiliated_to = properties['affiliated_to']
   109     profile.interests = properties['interests']
   109     profile.interests = properties['interests']
   110     profile.save()
   110     profile.save()
   111 
   111 
   112 
   112 
   113