tralala
This commit is contained in:
parent
6f2d0adfff
commit
05b84ebe45
Binary file not shown.
|
|
@ -65,7 +65,7 @@ def singleorga(request, pk):
|
||||||
'prios' : prios,
|
'prios' : prios,
|
||||||
'mail' : user.email,
|
'mail' : user.email,
|
||||||
'userfunc' : user.profile.get_func_display,
|
'userfunc' : user.profile.get_func_display,
|
||||||
'imageurl' : user.profile.image.url,
|
'imageurl' : user.profile.get_photo_url,
|
||||||
'compfunc' : user.profile.compfunc,
|
'compfunc' : user.profile.compfunc,
|
||||||
'phoneland' : user.profile.phoneland,
|
'phoneland' : user.profile.phoneland,
|
||||||
'phonemobile' : user.profile.phonemobile
|
'phonemobile' : user.profile.phonemobile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue