[Answer]-Django icontains not working on website as it does in the shell

1👍

The problem is your ifequal test:

{% ifequal chemical.Name q %}

That doesn’t show the row unless the chemical name is exactly equal to q.

Leave a comment