I can haz a Python.

master
Nick Sergeant 2013-02-12 01:33:55 -05:00
parent 4ab1f2a623
commit 17415a4278
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ class BlogMiddleware:
request.blog_user = pro_user
if host != pro_user.profile.get_primary_blog_domain:
return HttpResponseRedirect(pro_user.profile.get_primary_blog_domain)
return HttpResponseRedirect(pro_user.profile.get_primary_blog_domain())