Skip to content

Commit

Permalink
updated error template to be more dynamic, its name should also be ch…
Browse files Browse the repository at this point in the history
…anged
  • Loading branch information
Karolis Rusenas committed Aug 18, 2015
1 parent 3855e21 commit d62118e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
{% block body %}
<section class="content-header">
<h1>
Analytics got error while doing some analytics
Can't display this page
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">500 error</li>
<li class="active">{{ code }} error</li>
</ol>
</section>

<!-- Main content -->
<section class="content">

<div class="error-page">
<h2 class="headline text-red">500</h2>
<h2 class="headline text-red">{{ code }}</h2>
<div class="error-content">
<h3><i class="fa fa-warning text-red"></i> Oops! Something went wrong.</h3>
<p>
{{ error }}
Error: {{ error }}
</p>
</div>
</div><!-- /.error-page -->
Expand Down

0 comments on commit d62118e

Please sign in to comment.