Add this line in the beginning of your html file
{% load staticfiles %}
Or this one, if you use old version of Django
{% load static %}