M main/templates/403.html => main/templates/403.html +1 -1
@@ 6,7 6,7 @@
<main>
<h1>403</h1>
<h2>Permission Denied</h2>
- <p>Looks like you tried to do something you're not allowed to. Oops?</p>
+ <p>Hark — this doorway is barred to thee.</p>
<p><a href="#" onclick="history.back();">← Go back</a> or return to the <a href="{% url 'index' %}">homepage</a>.</p>
</main>
M main/templates/404.html => main/templates/404.html +2 -2
@@ 6,7 6,7 @@
<main>
<h1>404</h1>
<h2>Page Not Found</h2>
- <p>The URL you requested does not exist on this blog. Got lost?</p>
- <p><a href="#" onclick="history.back();">← Go back</a> or return to the <a href="https://mataroa.blog/">homepage</a>.</p>
+ <p>Alas, this page is nowhere to be found.?</p>
+ <p><a href="#" onclick="history.back();">← Go back</a> or return to the <a href="{% url 'index' %}">homepage</a>.</p>
</main>
{% endblock content %}
M main/templates/500.html => main/templates/500.html +1 -1
@@ 6,7 6,7 @@
<main>
<h1>500</h1>
<h2>Internal Server Error</h2>
- <p>An error occurred processing your request. That's all we know.</p>
+ <p>Alas, an unexpected misfortune has befallen our server.</p>
<p><a href="#" onclick="history.back();">← Go back</a> or return to the <a href="{% url 'index' %}">homepage</a>.</p>
</main>