##// END OF EJS Templates
Fixed another cache issue
Fixed another cache issue

File last commit:

r130:2cca92a8 default
r327:fcafbdcf 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 %}