diff options
Diffstat (limited to 'hyperkitty/views/accounts.py')
-rw-r--r-- | hyperkitty/views/accounts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/views/accounts.py b/hyperkitty/views/accounts.py index 26568e5..3dcfa2e 100644 --- a/hyperkitty/views/accounts.py +++ b/hyperkitty/views/accounts.py @@ -111,6 +111,7 @@ def user_profile(request, user_email=None): 'user_profile' : user_profile, 'votes_up': votes_up, 'votes_down': votes_down, + 'use_mockups': settings.USE_MOCKUPS, }) return HttpResponse(t.render(c)) |