diff --git a/babybuddy/templates/error/404.html b/babybuddy/templates/error/404.html index 41cd6689..51793f57 100644 --- a/babybuddy/templates/error/404.html +++ b/babybuddy/templates/error/404.html @@ -7,7 +7,7 @@

404 {% trans "Page Not Found" %}

{% blocktrans trimmed with request_path=request_path %} - The path {{ request_path }} does not exist. + The path {{ request_path }} does not exist. {% endblocktrans %}
{% endblock %} \ No newline at end of file diff --git a/babybuddy/templates/error/base.html b/babybuddy/templates/error/base.html index fa379deb..164e279c 100644 --- a/babybuddy/templates/error/base.html +++ b/babybuddy/templates/error/base.html @@ -8,8 +8,11 @@
- -
{% block content %}{% endblock %}
+ +
+ {% block content %}{% endblock %} + {% trans "Return to Baby Buddy" %} +