diff options
author | HombreLaser <buran@silosneeded.com> | 2024-05-05 19:51:24 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2024-05-05 19:51:24 -0600 |
commit | 30c268fdabca62c7c4df6e8db7426666fc2be66a (patch) | |
tree | 8042bfd5d1ebee1ef492b9f1f8cac0e1c4c22438 /404.html | |
parent | bf2c057eece0e777036110526eb488b364dff108 (diff) |
Change interface
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -1,11 +1,9 @@ --- -permalink: /not-found +permalink: /404.html layout: default --- -<div class="well"> - <h1>404</h1> - - <p><strong>{% t not_found_page.not_found %}</strong></p> - <p>{% t not_found_page.not_found_message %}</p> -</div> +<div class="column"> + <h1>404</h1> + <p>{% t errors.not_found %}</p> +</div> |