diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-09-05 14:43:39 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-09-05 14:43:39 +0200 |
commit | 54f6eb7982a562a3526ee3b9be62fa6e9344dbdb (patch) | |
tree | 1bc46849e095bd5868e13ca78a6479c4c4164b29 /hyperkitty/templates/threads | |
parent | f409640d25c33247d06a3f00c006426e593cb751 (diff) | |
download | hyperkitty-54f6eb7982a562a3526ee3b9be62fa6e9344dbdb.tar.gz hyperkitty-54f6eb7982a562a3526ee3b9be62fa6e9344dbdb.tar.xz hyperkitty-54f6eb7982a562a3526ee3b9be62fa6e9344dbdb.zip |
Adapt to KittyStore's API change
Diffstat (limited to 'hyperkitty/templates/threads')
-rw-r--r-- | hyperkitty/templates/threads/right_col.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 </div> </div> + {% if settings.USE_MOCKUPS %} <p id="add_to_fav"> <a href="#AddFav" class="notsaved">Add to favorite discussions</a> </p> + {% endif %} <!-- End dates --> <hr id="grey"/> <div id="tags"> |