|
|
|
@ -3,11 +3,11 @@ |
|
|
|
{% block content %} |
|
|
|
|
|
|
|
<div class="app-card p-5 text-center shadow-sm"> |
|
|
|
<h1 class="page-title mb-4">404<br><span class="font-weight-light">Page Not Found</span></h1> |
|
|
|
<h1 class="page-title mb-4">404<br><span class="font-weight-light">Página no encontrada</span></h1> |
|
|
|
<div class="mb-4"> |
|
|
|
Sorry, we can't find the page you're looking for. |
|
|
|
Lo siento, no hemos podido encontrar la página que buscas. |
|
|
|
</div> |
|
|
|
<a class="btn app-btn-primary" href="{{ url_for('paginas.index') }}">Go to home page</a> |
|
|
|
<a class="btn app-btn-primary" href="{{ url_for('paginas.index') }}">Ir a la página de inicio</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
|