Inhibit caching of zephyr.css

(imported from commit 5e1af66b12454f791f7edfcc3f01be03b00e4b2f)
This commit is contained in:
Keegan McAllister
2012-09-06 14:54:10 -04:00
parent f6b481546f
commit b1eb0fd0fd

View File

@@ -5,7 +5,7 @@
<head>
<title>Zephyr</title>
<link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/styles/zephyr.css" rel="stylesheet">
<link href="/static/styles/zephyr.css?dummy_time={% now "U" %}" rel="stylesheet">
<link href="/static/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="/static/jquery/jquery-ui-1.8.23.custom.css" rel="stylesheet">
{# We need to import jQuery before Bootstrap #}