I\'m trying to use Userena in our Django website, but I can\'t seem to figure out how to use the template tag to display the mugshot. I have tried the following to spit out the
Try this:
{{ user.get_profile.get_mugshot_url }}