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 %}