From 56dde2693775ab9796e2f8c35e02c6aaa196c7e6 Mon Sep 17 00:00:00 2001 From: kartikeyangupta Date: Sun, 29 Nov 2020 10:38:55 +0530 Subject: [PATCH] fix(): errors html pages point to wrong url, Change(): index -> home --- _updated/app/templates/errors/404.html | 2 +- _updated/app/templates/errors/500.html | 2 +- templates/errors/404.html | 2 +- templates/errors/500.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_updated/app/templates/errors/404.html b/_updated/app/templates/errors/404.html index 877ae8d0..fb5e3cd8 100644 --- a/_updated/app/templates/errors/404.html +++ b/_updated/app/templates/errors/404.html @@ -2,5 +2,5 @@ {% block content %}

Sorry ...

There's nothing here!

-

Back

+

Back

{% endblock %} diff --git a/_updated/app/templates/errors/500.html b/_updated/app/templates/errors/500.html index 658510c5..a44e10bd 100644 --- a/_updated/app/templates/errors/500.html +++ b/_updated/app/templates/errors/500.html @@ -2,5 +2,5 @@ {% block content %}

Something's wrong!

Fortunately we are on the job, and you can just return home!

-

Back

+

Back

{% endblock %} diff --git a/templates/errors/404.html b/templates/errors/404.html index 877ae8d0..fb5e3cd8 100644 --- a/templates/errors/404.html +++ b/templates/errors/404.html @@ -2,5 +2,5 @@ {% block content %}

Sorry ...

There's nothing here!

-

Back

+

Back

{% endblock %} diff --git a/templates/errors/500.html b/templates/errors/500.html index 658510c5..a44e10bd 100644 --- a/templates/errors/500.html +++ b/templates/errors/500.html @@ -2,5 +2,5 @@ {% block content %}

Something's wrong!

Fortunately we are on the job, and you can just return home!

-

Back

+

Back

{% endblock %}