diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-09 18:02:37 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-09 18:02:37 +0200 |
commit | e100457ddce07e3546bde6144c7095c56aebc691 (patch) | |
tree | a54fb1a957dbefdd8f4f091957089b71e1c802a9 /hyperkitty/templates/user_profile.html | |
parent | c7570addec98c4e7695d83202650b9296e47c957 (diff) | |
download | hyperkitty-e100457ddce07e3546bde6144c7095c56aebc691.tar.gz hyperkitty-e100457ddce07e3546bde6144c7095c56aebc691.tar.xz hyperkitty-e100457ddce07e3546bde6144c7095c56aebc691.zip |
Fix mockup test
Diffstat (limited to 'hyperkitty/templates/user_profile.html')
-rw-r--r-- | hyperkitty/templates/user_profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index 8f73e81..6e58549 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -34,7 +34,7 @@ </tbody> </table> - {% if settings.USE_MOCKUPS %} + {% if settings.USE_MOCKUPS == True %} <h3> Up Votes : </h3> <ul> |