Skip to content

Commit

Permalink
[Fixes #1294] Added 404 html changes
Browse files Browse the repository at this point in the history
  • Loading branch information
damienallen committed Apr 28, 2016
1 parent d88f8a6 commit 913c4be
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions akvo/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@

{% block maincontent %}
<div class="container">
<h1 class="text-center" style="margin-top: 1em; margin-bottom: 1em;">{% trans '404 Error Page. Not Found!' %}</h1>
<div class="row">
<h1>{% trans '404 Error Page. Not Found!' %}</h1>
<h2><small>{% trans 'You might want to try our home page, or the menu bar above' %}</small></h2>
<div class="col-md-6"><img src="/static/images/404_surprise.png" alt="Surprise" class="center-block" style="max-height: 450px;" title=""></div>
<div class="col-md-6">
<p style="font-size:150%; margin-top:15%; margin-bottom:10%;">
Or isn't this what you were hoping for?<br><br>
In that case something's gone wrong.<br><br>
You might want to try our home page, or the menu bar above.</p>
</div>
</div>
</div>
{% endblock maincontent %}
Expand Down

0 comments on commit 913c4be

Please sign in to comment.