diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-20 12:23:58 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-20 12:23:58 +0200 |
commit | e2199b283d13018d301fc102dbe08ab46a616998 (patch) | |
tree | 395368a98004ff7b5e80631f5a726034c454fe2f /ishtar_pdl | |
parent | 0fb4dd2f90c550128f1336daa934df8a9c8e502e (diff) | |
download | Ishtar-e2199b283d13018d301fc102dbe08ab46a616998.tar.bz2 Ishtar-e2199b283d13018d301fc102dbe08ab46a616998.zip |
Use django-compressor to compress CSS and JS - switch to html5 page declaration
Diffstat (limited to 'ishtar_pdl')
-rw-r--r-- | ishtar_pdl/templates/blocks/extra_head.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_pdl/templates/blocks/extra_head.html b/ishtar_pdl/templates/blocks/extra_head.html deleted file mode 100644 index aa429bed4..000000000 --- a/ishtar_pdl/templates/blocks/extra_head.html +++ /dev/null @@ -1 +0,0 @@ - <link rel="stylesheet" href="{{STATIC_URL}}pdl/styles.css?ver={{VERSION}}" /> |