summaryrefslogtreecommitdiffstats
path: root/views/accounts.py
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-06-12 19:03:18 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-06-12 19:03:18 -0400
commit676cf6980606ce6e1b0c39061c0c0f889cfdc6ce (patch)
tree5478a015ba8016c8e013150b048a07786981db18 /views/accounts.py
parentaa668e6980577024a504ddbc519a522ba1294199 (diff)
downloadhyperkitty-676cf6980606ce6e1b0c39061c0c0f889cfdc6ce.tar.gz
hyperkitty-676cf6980606ce6e1b0c39061c0c0f889cfdc6ce.tar.xz
hyperkitty-676cf6980606ce6e1b0c39061c0c0f889cfdc6ce.zip
Login authentication - browser id fix
Diffstat (limited to 'views/accounts.py')
-rw-r--r--views/accounts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/accounts.py b/views/accounts.py
index e4a3e30..cba7ce9 100644
--- a/views/accounts.py
+++ b/views/accounts.py
@@ -47,7 +47,7 @@ def user_profile(request, user_email = None):
# the_user = User.objects.get(email=user_email)
#except MailmanApiError:
# return utils.render_api_error(request)
- return render_to_response('postorius/user_profile.html',
+ return render_to_response('user_profile.html',
# {'mm_user': the_user},
context_instance=RequestContext(request))