summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-09-12 15:45:15 -0600
committerHombreLaser <sebastian-440@live.com>2023-09-12 15:45:15 -0600
commit3c99a591d807d4c1f62b60d4da3ed8bbe62cb1d2 (patch)
tree05acb67e2c8a9aa63621046458341326f8eb6436 /404.html
parentb1c2648bd0aa853e0b50959d803d1fd905374cca (diff)
Add missing internationalization
Diffstat (limited to '404.html')
-rw-r--r--404.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/404.html b/404.html
index 21ed518..b7182b8 100644
--- a/404.html
+++ b/404.html
@@ -6,6 +6,6 @@ layout: default
<div class="well">
<h1>404</h1>
- <p><strong>Página no encontrada</strong></p>
- <p>No se encontró la página que desea buscar.</p>
+ <p><strong>{% t not_found_page.not_found %}</strong></p>
+ <p>{% t not_found_page.not_found_message %}</p>
</div>