Fix link to bootstrap css in our nginx error pages

(imported from commit 2206e108ffa355a671e2aeeb6ca564e420c359af)
This commit is contained in:
Leo Franchi 2013-11-04 13:31:18 -05:00
parent 6483314f74
commit 64289b5630
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Zulip, from Zulip, Inc.</title>
<link href="/static/third/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/third/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="/static/third/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<!-- NB: Relies on the fact that PipelineCachedStorage also includes
a copy of the file with no hash in the name.

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Zulip, from Zulip, Inc.</title>
<link href="/static/third/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/third/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="/static/third/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<!-- NB: Relies on the fact that PipelineCachedStorage also includes
a copy of the file with no hash in the name.