1
You need to load the templatetag library in every template.
{% extends "mysite/base.html" %}
{% load thumbnail %}
Source:stackexchange.com
1
You need to load the templatetag library in every template.
{% extends "mysite/base.html" %}
{% load thumbnail %}