fnp
/
copyspeak.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Pipeline update.
[copyspeak.git]
/
src
/
copyspeak
/
templates
/
404.html
diff --git
a/src/copyspeak/templates/404.html
b/src/copyspeak/templates/404.html
index
74ee437
..
4c8b30c
100644
(file)
--- a/
src/copyspeak/templates/404.html
+++ b/
src/copyspeak/templates/404.html
@@
-5,10
+5,18
@@
{% block body %}
{% block body %}
+
+<div class="text-page-wrapper">
+<article class="text-page">
+
<h1>{% trans "Page not found" %}</h1>
<h1>{% trans "Page not found" %}</h1>
-<p
class="notice"
>
+<p>
{% trans "The page you were looking for doesn't exist." %}
</p>
{% trans "The page you were looking for doesn't exist." %}
</p>
+
+</article>
+</div>
+
{% endblock %}
{% endblock %}