[Solved]-Invalid block tag: expected 'elif', 'else' or 'endif'

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 %}

Leave a comment