diff --git a/plinth/templates/404.html b/plinth/templates/404.html index 8c0fcc69c..23c06b8bf 100644 --- a/plinth/templates/404.html +++ b/plinth/templates/404.html @@ -27,7 +27,7 @@
Requested page {{ request_path }} was not found.
If you believe this missing page should exist, please file a bug with either - the Plinth project (it + the Plinth project (it has an issue tracker) or the people responsible for the module you are trying to access.
diff --git a/plinth/templates/500.html b/plinth/templates/500.html index 0863ec630..7dd5e8244 100644 --- a/plinth/templates/500.html +++ b/plinth/templates/500.html @@ -26,7 +26,7 @@This is an internal error and not something you caused or can fix. Please report the error on - the bug tracker so we - can fix it.
+ the bug tracker so + we can fix it. {% endblock %}