diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-17 13:33:23 +0200 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-17 13:33:23 +0200 |
| commit | ce7d83ee233a9bd2bec34e43c46e8293c9dc0370 (patch) | |
| tree | bcc181c758ea9a45d7759fbd739a68962a679be6 /hyperkitty/templates/month_view.html | |
| parent | fd9ac73da6bd9c99d93cc79bc6165deb24842cbe (diff) | |
Fix settings access from the templates
Diffstat (limited to 'hyperkitty/templates/month_view.html')
| -rw-r--r-- | hyperkitty/templates/month_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html index 27f9f99..9f3a857 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -76,7 +76,7 @@ {{email.answers}} comments </li> </ul> - {% if settings.USE_MOCKUPS == True %} + {% if use_mockups %} <ul class="inline-block" messageid="{{email.message_id_hash}}"> <li class="likestatus {{email.likestatus}}"> +{{email.avglike}}/-{{email.avgdislike}} |
