diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 18:54:57 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 18:54:57 +0200 |
commit | 4c009dfbdccfac94d6e6a99b8701205922cb2fac (patch) | |
tree | dcf341e6eee2834ac3eab1c6198f146bac766389 /archaeological_operations | |
parent | 223aa279414dae547db923212babc0b5017745c0 (diff) | |
download | Ishtar-4c009dfbdccfac94d6e6a99b8701205922cb2fac.tar.bz2 Ishtar-4c009dfbdccfac94d6e6a99b8701205922cb2fac.zip |
Fix messup between static and media files
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation_pdf.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation_pdf.html b/archaeological_operations/templates/ishtar/sheet_operation_pdf.html index 9ef0edbf7..ec771459c 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation_pdf.html +++ b/archaeological_operations/templates/ishtar/sheet_operation_pdf.html @@ -1,6 +1,6 @@ {% extends "ishtar/sheet_operation.html" %} {% block css_head %} -<link rel="stylesheet" href="{{MEDIA_URL}}/media/style_basic.css" /> +<link rel="stylesheet" href="{{STATIC_URL}}/media/style_basic.css" /> {% endblock %} {% block main_head %} {{ block.super }} |