From f409640d25c33247d06a3f00c006426e593cb751 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 4 Sep 2012 10:35:45 +0200 Subject: Disable mockups --- hyperkitty/templates/messages/message.html | 6 +++++- hyperkitty/templates/recent_activities.html | 9 +++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/messages/message.html b/hyperkitty/templates/messages/message.html index 533d9ed..1e8a53d 100644 --- a/hyperkitty/templates/messages/message.html +++ b/hyperkitty/templates/messages/message.html @@ -4,8 +4,10 @@ {% gravatar_img_for_email email.email 40 %}
{{email.sender_name}} + {% if settings.USE_MOCKUPS %}
Rank 8 + {% endif %}
{{email.date}} @@ -20,6 +22,8 @@ {{email.content}}
+ +{% if settings.USE_MOCKUPS %} - +{% endif %} diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index 22f7304..9195834 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -97,9 +97,11 @@ {{email.category}} {% endif %} + {% if settings.USE_MOCKUPS %}
  • 0
  • + {% endif %}
  • {{email.participants|length}}
  • @@ -132,9 +134,11 @@ {{email.category}} {% endif %} + {% if settings.USE_MOCKUPS %}
  • 0
  • + {% endif %}
  • {{email.participants|length}}
  • @@ -148,6 +152,7 @@ {% endfor %} + {% if top_author %}

    Prominent discussion maker

    {% for author in top_author %} @@ -173,7 +178,9 @@

    Tag cloud

    + {% endif %} + {% if threads_per_category %}

    Discussion by topic the last 30 days

    {% for category, thread in threads_per_category.items %} @@ -189,6 +196,8 @@ {% endfor %}
    + {% endif %} +
    {% for key, value in archives_length|sort %} -- cgit