Closed hgross closed 8 years ago
Now using the staticfiles template tag instead of the obsolete {% load url from future %} to be compatible with django >= 1.9.
staticfiles
{% load url from future %}
LGTM, thanks!
Now using the
staticfiles
template tag instead of the obsolete{% load url from future %}
to be compatible with django >= 1.9.