summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views/accounts.py
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/views/accounts.py')
-rw-r--r--hyperkitty/views/accounts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/hyperkitty/views/accounts.py b/hyperkitty/views/accounts.py
index 645166e..f8f518b 100644
--- a/hyperkitty/views/accounts.py
+++ b/hyperkitty/views/accounts.py
@@ -95,7 +95,6 @@ def user_profile(request, user_email=None):
'votes_up': votes_up,
'votes_down': votes_down,
'favorites': favorites,
- 'use_mockups': settings.USE_MOCKUPS,
})
return HttpResponse(t.render(c))