From 5fe8b67ba7cd648057d45128fcbc6cfdb4f6c617 Mon Sep 17 00:00:00 2001 From: reese Date: Wed, 3 Mar 2021 20:08:42 -0600 Subject: [PATCH] fix typo :) --- bookwyrm/templates/notfound.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/notfound.html b/bookwyrm/templates/notfound.html index f6e765d43..210e1a13e 100644 --- a/bookwyrm/templates/notfound.html +++ b/bookwyrm/templates/notfound.html @@ -6,6 +6,6 @@ {% block content %}

{% trans "Not Found" %}

-

{% trans "The page your requested doesn't seem to exist!" %}

+

{% trans "The page you requested doesn't seem to exist!" %}

{% endblock %}