[Answer]-Error using custom template tags in django?

1👍

If you are using this snippet: https://djangosnippets.org/snippets/2105/ you probably have a typo in your template. Try changing it to {% add_get_parameter %} (not {% add_get_paramater %}).

Leave a comment