1👍
✅
get_profile()
was deprecated in django 1.5, and removed in django 1.7.
Try {{ user.userprofile.xxxx }}
instead.
Source:stackexchange.com