[Django]-Invalid block-tag when I implement i18n

8👍

Always make sure you load the tag library first before you requests any tags. To use get_language_info_list, you need to make sure {% load i18n %} is in your template.

Leave a comment