Fix request.user==None error
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 13 Jan 2012 22:38:21 +0000 (23:38 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 13 Jan 2012 22:42:33 +0000 (23:42 +0100)
commit762d4a0c48e582dba78a27f1a42e367d3f14a891
tree5b8dfbc17a86dab8d7e2776dab5380721ded0ec2
parentfafec727402ef3fa4d806b200f1d86cb91cd6362
Fix request.user==None error

If one isn't logged in and views the profile of a user
without media, one gets a problem, because request.user is
None and has no _id attribute.

Fix this.
mediagoblin/templates/mediagoblin/user_pages/user.html