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 | 03dd14dc68e1dbdf0865151d09b7c846d8814b22 (patch) | |
| tree | a54fb1a957dbefdd8f4f091957089b71e1c802a9 /hyperkitty/templates/month_view.html | |
| parent | 596cf07a0c41a8632284b02f4c9fc27d58d56123 (diff) | |
Fix mockup test
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 fdfd731..205fe79 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -57,7 +57,7 @@ {{email.answers}} comments </li> </ul> - {% if settings.USE_MOCKUPS %} + {% if settings.USE_MOCKUPS == True %} <ul class="inline-block"> <li class="like"> +{{email.avglike}} / - {{email.avgdislike}} |
