master
Nick Sergeant 2013-02-12 01:34:23 -05:00
parent 17415a4278
commit aa70f98a5f
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ class BlogMiddleware:
if host in pro_user.profile.blog_domain.split(' '):
request.blog_user = pro_user
if host != pro_user.profile.get_primary_blog_domain:
if host != pro_user.profile.get_primary_blog_domain():
return HttpResponseRedirect(pro_user.profile.get_primary_blog_domain())