load static instead of staticfiles
From release notes in 2.1:
{% load staticfiles %} and {% load admin_static %} are deprecated in favor of {% load static %}, which works the same.
From release notes in 2.1:
{% load staticfiles %} and {% load admin_static %} are deprecated in favor of {% load static %}, which works the same.