##// END OF EJS Templates
Added photon style.
Added photon style.

File last commit:

r130:2cca92a8 default
r193:a74c7db8 default
Show More
404.html
13 lines | 321 B | text/html | HtmlLexer
{% extends "boards/base.html" %}
{% load i18n %}
{% block head %}
<title>{% trans "Not found" %}</title>
{% endblock %}
{% block content %}
<div class="post">
<p><img src="{{ STATIC_URL }}images/404.png" width="200" /></p>
<p>{% trans 'This page does not exist' %}</p>
</div>
{% endblock %}