Skip to content

load static instead of staticfiles

Nim requested to merge Nim/djadhere:staticfiles into master

From release notes in 2.1:

{% load staticfiles %} and {% load admin_static %} are deprecated in favor of {% load static %}, which works the same.

Merge request reports