summaryrefslogtreecommitdiffstats
path: root/templates/month_view2.html
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-03-18 11:04:23 +0100
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-03-18 11:04:23 +0100
commitdb2829da275f6984d8ac6b2c48f9bf04a34c91fc (patch)
tree1fbd51311b732467f3de177feec8c4a90a8db45f /templates/month_view2.html
parent089f72b237ea4cd8711e6ded643f43687fd39490 (diff)
Fix the categories
Diffstat (limited to 'templates/month_view2.html')
-rw-r--r--templates/month_view2.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/month_view2.html b/templates/month_view2.html
index b763a4d..e9d5b32 100644
--- a/templates/month_view2.html
+++ b/templates/month_view2.html
@@ -29,11 +29,11 @@
<div class="thread_content">
{% if email.category_tag %}
<div class="inline-block type type_{{email.category_tag}}">
- <a href="/2/tag/{{list_address}}/{{email.category_tag}}"> {{email.category}} </a>
+ <a href="/2/tag/{{list_address}}/{{email.category_tag}}"> {{email.Category}} </a>
</div>
{% else %}
- <div class="inline-block type type_{{email.category}}">
- <a href="/2/tag/{{list_address}}/{{email.category}}"> {{email.category}} </a>
+ <div class="inline-block type type_{{email.Category|lower}}">
+ <a href="/2/tag/{{list_address}}/{{email.Category|lower}}"> {{email.Category}} </a>
</div>
{% endif %}
<div class="inline-block gravatar">