Stop using STATIC_URL in templates
The {{STATIC_URL}} form hasn't been advocated since Django 1.5 and should be replaced with the proper static template tag.
(https://staticfiles.productiondjango.com/blog/stop-using-static-url-in-templates/)
The {{STATIC_URL}} form hasn't been advocated since Django 1.5 and should be replaced with the proper static template tag.
(https://staticfiles.productiondjango.com/blog/stop-using-static-url-in-templates/)