diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2013-01-28 16:48:03 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2013-01-28 16:48:03 +0100 |
| commit | a4bf2658ce6474c1b8dc2d4f8997d8a4c508a1a3 (patch) | |
| tree | f29b7f89faff32d99387da43b6a5825d3f5f0f07 /hyperkitty/templates/month_view.html | |
| parent | fd1616185405265189dc6d5ce70cc6c16456088c (diff) | |
fix the favorites system
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 16bef68..243c8b1 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -37,7 +37,7 @@ {% for thread in threads %} <!-- New thread --> <div class="thread"> - <div class="notsaved"> + <div class="{% if thread.favorite %}saved{% else %}notsaved{% endif %}"> <span class="thread_title"><a name="{{thread.thread_id}}" href="{% url thread threadid=thread.thread_id, mlist_fqdn=list_address %}" >{{ thread.starting_email.subject|strip_subject:mlist }}</a></span> |
