diff --git a/templates/404.html b/templates/404.html index 5ae9be1..b89e347 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,12 +1,14 @@ -{% load i18n %} - + - {% trans "404 - Page not found" %} + 404 - Page not found + + + @@ -19,11 +21,11 @@

404

- {% trans "Sorry, we couldn’t find the page you were looking for." %}
- {% trans "You’ll be redirected to the homepage in a few seconds." %} + Sorry, we couldn’t find the page you were looking for.
+ You’ll be redirected to the homepage in a few seconds.

- {% trans "Return to homepage" %} + Return to homepage diff --git a/templates/500.html b/templates/500.html index b0087ec..b89e347 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,12 +1,14 @@ -{% load i18n %} - + - {% trans "500 - Server Error" %} + 404 - Page not found + + + @@ -16,14 +18,14 @@
- -

500

+ +

404

- {% trans "Oops! Something went wrong on our end." %}
- {% trans "We’re working to fix it — you’ll be redirected shortly." %} + Sorry, we couldn’t find the page you were looking for.
+ You’ll be redirected to the homepage in a few seconds.

- {% trans "Return to homepage" %} + Return to homepage