14👍
✅
You need to load the custom template tag set containing the download_url
tag.
For example, if the download_url
tag was in a module called download_tags
, you would add the following to your template.
{% load download_tags %}
Source:stackexchange.com