Inspectopedia Help

Unresolved template reference

Reports unresolved file references in string literals of extends > and include > Django tags.

Example:

{% extends "../DjangoApp/templatetags/base.html"%}

In this example, the base.html tag is highlighted, because it is not available in the specified location.

Inspection Details

By default bundled with:

PyCharm 2024.1,

Can be installed with plugin:

Django, 241.SNAPSHOT

Last modified: 29 April 2024