diff --git a/ippisite/ippidb/templatetags/customtags.py b/ippisite/ippidb/templatetags/customtags.py
index 77974a83abae2cb7dbe11b7b46c2f8c3a4f1598e..dc6ab2bff5c346e78919f3e1afcc89c3fc6b93bf 100644
--- a/ippisite/ippidb/templatetags/customtags.py
+++ b/ippisite/ippidb/templatetags/customtags.py
@@ -106,4 +106,4 @@ def bootstrap_core(object):
 
 @register.filter('startswith')
 def startswith(text, starts):
-    return bootstrap(text.startswith(starts))
+    return text.startswith(starts)