~ubuntu-branches/debian/jessie/lava-server/jessie

« back to all changes in this revision

Viewing changes to lava_server/templates/404.html

  • Committer: Package Import Robot
  • Author(s): Neil Williams
  • Date: 2014-06-29 19:29:34 UTC
  • Revision ID: package-import@ubuntu.com-20140629192934-ue8hrzzpye9isevt
Tags: upstream-2014.05.30.09
ImportĀ upstreamĀ versionĀ 2014.05.30.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "layouts/content-bootstrap.html" %}
 
2
 
 
3
 
 
4
{% block title %} | HTTP 404 {% endblock %}
 
5
 
 
6
 
 
7
{% block content %}
 
8
<h1>404 Not found</h1>
 
9
{% endblock %}