diff options
Diffstat (limited to 'hyperkitty/templates/user_profile.html')
-rw-r--r-- | hyperkitty/templates/user_profile.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index 675f7fa..6a6c5ac 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -34,8 +34,6 @@ </tbody> </table> - {% if use_mockups %} - <h3> Up Votes : </h3> <ul> {% for vote in votes_up %} @@ -66,9 +64,6 @@ {% endfor %} </ul> - {% endif %} - - {% endblock %} {# vim: set noet: #} |