Reports unresolved references to static resources.
Example:
{% load staticfiles %}
<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}" />
In this example, style.css is highlighted if there is no such a file in the static/poll
directory.