We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a3d2e commit d390381Copy full SHA for d390381
jinja2_humanize_extension/__init__.py
@@ -179,7 +179,6 @@ def __init__(self, environment):
179
environment.filters["humanize_activate"] = humanize_activate
180
environment.filters["humanize_deactivate"] = humanize_deactivate
181
environment.filters["humanize_decimal_separator"] = humanize_decimal_separator
182
- environment.filters["humanize_thousands_separator"] = humanize_thousands_separator
183
if (sys.version_info.minor) > 7:
184
environment.filters["humanize_thousands_separator"] = (
185
humanize_thousands_separator
0 commit comments