From 54f6eb7982a562a3526ee3b9be62fa6e9344dbdb Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 5 Sep 2012 14:43:39 +0200 Subject: Adapt to KittyStore's API change --- hyperkitty/templates/month_view.html | 4 ++++ hyperkitty/templates/threads/right_col.html | 2 ++ hyperkitty/templates/user_profile.html | 2 ++ 3 files changed, 8 insertions(+) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html index 24e4ae7..91d40f1 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -36,6 +36,7 @@
+ {% if settings.USE_MOCKUPS %} + {% endif %}
diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 78f0621..19ac788 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -21,9 +21,11 @@ old + {% if settings.USE_MOCKUPS %}

Add to favorite discussions

+ {% endif %}
diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index f0aa27e..798a947 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -33,6 +33,7 @@ + {% if settings.USE_MOCKUPS %}

Up Votes :

+ {% endif %} {% endblock %} -- cgit