mirror of https://github.com/zulip/zulip.git
Clean 404.html to use 4 space indentation.
This commit is contained in:
parent
cb36ce26de
commit
1143aec53b
|
@ -1,45 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Zulip, from Zulip, Inc.</title>
|
||||
<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.
|
||||
This file will not load in dev unless you set DEBUG = False. -->
|
||||
<link href="/static/min/portico.css" rel="stylesheet">
|
||||
</head>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Zulip, from Zulip, Inc.</title>
|
||||
<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.
|
||||
This file will not load in dev unless you set DEBUG = False. -->
|
||||
<link href="/static/min/portico.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="container">
|
||||
|
||||
<div class="navbar">
|
||||
<ul class="nav pull-right">
|
||||
<li><a href="/accounts/login/?next=/">Log in</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="row-fluid">
|
||||
<div class="span2"></div>
|
||||
<div class="span10">
|
||||
<div class="title">
|
||||
<a class="title" href="/">Zulip</a>
|
||||
<span class="for_you"> got a bit lost there.</span>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<p class="lead">404: Page not found.</p>
|
||||
<br/>
|
||||
|
||||
<p>We know this is stressful, but we still love you.</p>
|
||||
|
||||
<p>If you'd like, you can <a href="mailto:zulip-devel@googlegroups.com?Subject=404%20error%20on%20%7Bwhich%20URL%3F%7D&Body=Hi%20there%21%0A%0AI%20was%20trying%20to%20do%20%7Bwhat%20were%20you%20trying%20to%20do%3F%7D%20at%20around%20%7Bwhen%20was%20this%3F%7D%20when%20I%20got%20a%20404%20error%20while%20accessing%20%7Bwhich%20URL%3F%7D.%0A%0AThanks!%0A%0ASincerely%2C%20%0A%0A%7BYour%20name%7D">drop us a line</a> to let us know what happened.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar">
|
||||
<ul class="nav pull-right">
|
||||
<li><a href="/accounts/login/?next=/">Log in</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="row-fluid">
|
||||
<div class="span2"></div>
|
||||
<div class="span10">
|
||||
<div class="title">
|
||||
<a class="title" href="/">Zulip</a>
|
||||
<span class="for_you"> got a bit lost there.</span>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<p class="lead">404: Page not found.</p>
|
||||
<br/>
|
||||
|
||||
<p>We know this is stressful, but we still love you.</p>
|
||||
|
||||
<p>If you'd like, you can <a href="mailto:zulip-devel@googlegroups.com?Subject=404%20error%20on%20%7Bwhich%20URL%3F%7D&Body=Hi%20there%21%0A%0AI%20was%20trying%20to%20do%20%7Bwhat%20were%20you%20trying%20to%20do%3F%7D%20at%20around%20%7Bwhen%20was%20this%3F%7D%20when%20I%20got%20a%20404%20error%20while%20accessing%20%7Bwhich%20URL%3F%7D.%0A%0AThanks!%0A%0ASincerely%2C%20%0A%0A%7BYour%20name%7D">drop us a line</a> to let us know what happened.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -129,7 +129,6 @@ def check_html_templates(templates, all_dups):
|
|||
'puppet/zulip_ops/files/sparkle/sso/mac/sparkle-changelog.html',
|
||||
'puppet/zulip_ops/files/sparkle/sso/win/sparkle-changelog.html',
|
||||
'puppet/zulip_ops/files/sparkle/win/sparkle-changelog.html',
|
||||
'static/html/404.html',
|
||||
'static/html/5xx.html',
|
||||
'templates/analytics/activity.html',
|
||||
'templates/analytics/ad_hoc_query.html',
|
||||
|
|
Loading…
Reference in New Issue