summaryrefslogtreecommitdiffstats
path: root/views/accounts.py
diff options
context:
space:
mode:
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))