diff --git a/pinaxcon/templates/_styles.html b/pinaxcon/templates/_styles.html index f6e4cd8ce4d73a13de6882f4d2eceb3ecffea27c..1bf398fbcc602629e4d82e19e5c60ca25cbf86cc 100644 --- a/pinaxcon/templates/_styles.html +++ b/pinaxcon/templates/_styles.html @@ -1 +1,7 @@ - +{% load compress %} +{% load staticfiles %} + + +{% compress css %} + +{% endcompress %}