diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-12 09:45:33 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-12 09:45:33 +0200 |
commit | 4e047f5c25f103c45c03722c76117c3a8566e9fb (patch) | |
tree | ac7c311f343a832cdd2cb4b77eb473607e206170 | |
parent | 3524d1bd8e88a9e981c1ff042a7a49e60ec21636 (diff) | |
download | hyperkitty-4e047f5c25f103c45c03722c76117c3a8566e9fb.tar.gz hyperkitty-4e047f5c25f103c45c03722c76117c3a8566e9fb.tar.xz hyperkitty-4e047f5c25f103c45c03722c76117c3a8566e9fb.zip |
Fix some forgotten instances of likestatus
-rw-r--r-- | hyperkitty/templates/recent_activities.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index f044dad..b22784f 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -100,8 +100,8 @@ </li> {% endif %} {% if settings.USE_MOCKUPS == True %} - <li class="neutral"> - 0 + <li class="likestatus neutral"> + +0/-0 </li> {% endif %} <li class="participant"> @@ -138,8 +138,8 @@ </li> {% endif %} {% if settings.USE_MOCKUPS == True %} - <li class="neutral"> - 0 + <li class="likestatus neutral"> + +0/-0 </li> {% endif %} <li class="participant"> |