diff options
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |