diff options
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 %} |