Use the static template tag, not STATIC_URL (fixes #40)

STATIC_URL has not been advocated by Django for many years now. The static template tag deals properly with multiple static providers and those which are not just local files.

Closes #40 (closed)

Edited by Jonathan Wiltshire

Merge request reports

Loading