Just for reference, I solved the problem by moving
{% load ... %}
from the base template to the concrete template.
See also this post https://stackoverflow.com/a/10427321/3198502
Just for reference, I solved the problem by moving
{% load ... %}
from the base template to the concrete template.
See also this post https://stackoverflow.com/a/10427321/3198502