diff --git a/templates/404.html b/templates/404.html new file mode 100755 index 00000000..7ca56802 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,22 @@ +{% extends "base_site.html" %} +{% load i18n_ %} + +{% block title %}404 {% endblock %} + +{% block left-column %} +
+
+
+ +

Lo sentimos, pero la página que estás intentando visitar no existe.

+ + +
+
+
+{% endblock %} \ No newline at end of file diff --git a/templates/500.html b/templates/500.html new file mode 100755 index 00000000..305aee46 --- /dev/null +++ b/templates/500.html @@ -0,0 +1,17 @@ +{% extends "base_site.html" %} +{% load i18n %} + +{% block title %}500 {% endblock %} + +{% block left-column %} +
+
+
+ +

Lo sentimos, pero el servidor encontró un error al procesar su solicitud.

+
+
+
+{% endblock %} \ No newline at end of file