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/user_profile.html | |
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/user_profile.html')
-rw-r--r-- | hyperkitty/templates/user_profile.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ </tr> </tbody> </table> + {% if settings.USE_MOCKUPS %} <h3> Up Votes : </h3> <ul> @@ -64,6 +65,7 @@ {% endif %} {% endfor %} </ul> + {% endif %} {% endblock %} |