blob: 39836ce0ec0e073bb2a559546934a15917e6aae5 (
plain)
1
2
3
4
5
6
7
|
{% extends "oscar/base.html" %}
{% block content %}
<div class="text-center">
<h1>{{ _('Page not found') }}</h1>
<p>{{ _('Go to <a href="/">search page</a>.') }}</p>
</div>
{% endblock %}
|