Djangotemplate
Misplaced {% extends %} tag
Warning
Code Style
New
Last modified: 03 December 2024Reports the {% extends %}
tag that is not the first tag in a Django template.
Example:
{% load my_custom_tags %}
{% extends "../DjangoApp/templatetags/my_custom_tags.py"%}
In this example, the {% extends %}
tag is highlighted, because it should be placed before the {% load %}
tag.
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
ExtendsTagPositionInspection
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Django, 243.23132 |
Thanks for your feedback!
Was this page helpful?