diff --git a/readthedocs/templates/404.html b/readthedocs/templates/404.html index a364ec864c5..3dfa2fd6268 100644 --- a/readthedocs/templates/404.html +++ b/readthedocs/templates/404.html @@ -16,6 +16,10 @@ {% block language-select-form %}{% endblock %} {% block content %} +

{% blocktrans context "404 page" %}This is a 404 error page. The link you have followed or the URL that you entered does not exist. It might be that the documentation has been updated, or this page has been removed.{% endblocktrans %}

+ +{% blocktrans with site_name=request.get_host|default:_("this site") context "404 page" %}Back to the front page of {{ site_name }}{% endblocktrans %} +
 
         \          SORRY            /