wagtail-nest / wagtail-accessibility

✅ Accessibility content checks for Wagtail websites
https://wagtail-nest.github.io/wagtail-accessibility/
BSD 3-Clause "New" or "Revised" License
32 stars 5 forks source link

Work with static files correctly #2

Closed mx-moth closed 7 years ago

mx-moth commented 8 years ago

Just prepending settings.STATIC_URL will fail when using fancier static files storage backends, such as s3 or CachedManifestStaticFileStorage. Using {% load staticfiles %}{% static "..." %} would make this more portable.