summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templatetags
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-08-10 14:39:47 -0400
committerAurélien Bompard <aurelien@bompard.org>2013-08-10 14:39:47 -0400
commit5ad794b6425a08550a7d68f76e201ebfdad13dfc (patch)
tree2ed371fd872602a366a5b38cb529132b403852ba /hyperkitty/templatetags
parent7bf15f40e5f75007f7887661408945079026b202 (diff)
downloadhyperkitty-5ad794b6425a08550a7d68f76e201ebfdad13dfc.tar.gz
hyperkitty-5ad794b6425a08550a7d68f76e201ebfdad13dfc.tar.xz
hyperkitty-5ad794b6425a08550a7d68f76e201ebfdad13dfc.zip
Fix the user profile page
Diffstat (limited to 'hyperkitty/templatetags')
-rw-r--r--hyperkitty/templatetags/hk_generic.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/hyperkitty/templatetags/hk_generic.py b/hyperkitty/templatetags/hk_generic.py
index 4e31a09..de50f9d 100644
--- a/hyperkitty/templatetags/hk_generic.py
+++ b/hyperkitty/templatetags/hk_generic.py
@@ -67,7 +67,6 @@ def to_date(month, year):
@register.filter
def strip_page(value):
- print repr(value), repr(value)[-2]
if not value:
return value
if value.endswith('/') and value[-3] == '/':