静的リソースへの未解決の参照を報告します。
例:
{% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}" />
この例では、style.css が static/poll ディレクトリにない場合にハイライトされます。
style.css
static/poll