diff --git a/templates/404.html b/templates/404.html index fa98e50..56f4f3d 100644 --- a/templates/404.html +++ b/templates/404.html @@ -4,12 +4,12 @@ {% block content %}
-

Oops!

+

{% trans 'Oops!'%}

{% trans "404 Not Found" %}

{% trans "The requested page was not found on this server." %}

- ← Back + ← {% trans 'Back'%}
{% endblock %} diff --git a/templates/500.html b/templates/500.html index b8dcfa4..3908922 100644 --- a/templates/500.html +++ b/templates/500.html @@ -4,12 +4,12 @@ {% block content %}
-

Oops!

+

{% trans 'Oops!' %}

{% trans "500 Internal Server Error" %}

{% trans "The server encountered an internal error or misconfiguration and was unable to complete you request." %}

- ← Back + ← {% trans 'Back'%}
{% endblock %} diff --git a/templates/base.html b/templates/base.html index 4959bb5..f0d67c5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ - + {% block title %}{% endblock %}