[Answered ]-Django inclusion_tag issue

2👍

✅

{% test_something %} calls the template test.html, which again calls {% test_something %} and so on…

You need to point to a different template withing your tag or use a filter instead.

Leave a comment