mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Add simple 404 and 500 error templates
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
2ad289e312
commit
b3e5c460f8
26
404.html
Normal file
26
404.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% comment %}
|
||||
|
||||
layerindex-web - 404 page template
|
||||
|
||||
Copyright (C) 2013 Intel Corporation
|
||||
Licensed under the MIT license, see COPYING.MIT for details
|
||||
|
||||
{% endcomment %}
|
||||
|
||||
|
||||
<!--
|
||||
{% block title %}OpenEmbedded metadata index - page not found{% endblock %}
|
||||
-->
|
||||
|
||||
{% block content %}
|
||||
{% autoescape on %}
|
||||
|
||||
<p>The page you requested was not found.</p>
|
||||
|
||||
<p><a href="{% url layer_list %}">Return to the index</a></p>
|
||||
|
||||
{% endautoescape %}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user