From 472ffce68a93b29078399a8bac5298e11517e3dc Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 31 Aug 2014 16:13:21 +0530 Subject: [PATCH] Update URL for reporting issues --- plinth/templates/404.html | 2 +- plinth/templates/500.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %}