Skip to content
Snippets Groups Projects
Commit a28356f0 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

fixing copy past error

parent 3b784bb6
No related branches found
No related tags found
1 merge request!1Wizard form
...@@ -106,4 +106,4 @@ def bootstrap_core(object): ...@@ -106,4 +106,4 @@ def bootstrap_core(object):
@register.filter('startswith') @register.filter('startswith')
def startswith(text, starts): def startswith(text, starts):
return bootstrap(text.startswith(starts)) return text.startswith(starts)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment