##// END OF EJS Templates
Enforce privacy accepts a number of days before now
Enforce privacy accepts a number of days before now

File last commit:

r1697:adf249ff default
r1864:c0d80fa2 default
Show More
404.html
15 lines | 339 B | text/html | HtmlLexer
{% extends "boards/base.html" %}
{% load i18n %}
{% load static %}
{% block head %}
<title>{% trans "Not found" %}</title>
{% endblock %}
{% block content %}
<div class="post">
<p><img src="{% static 'images/404.png' %}" width="200" /></p>
<p>{% trans 'This page does not exist' %}</p>
</div>
{% endblock %}