From: Michael Tremer Date: Tue, 30 Oct 2018 11:35:32 +0000 (+0000) Subject: fireinfo: Drop 404 page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa6de38c0ebbc205452b65c9d11b6e1d95ff7e6f;p=ipfire.org.git fireinfo: Drop 404 page Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 1cdb0cc8..7eb76a99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,7 +143,6 @@ templates_fireinfo_DATA = \ src/templates/fireinfo/i-use-1.png \ src/templates/fireinfo/model-detail.html \ src/templates/fireinfo/profile.html \ - src/templates/fireinfo/profile-notfound.html \ src/templates/fireinfo/stats-admin.html \ src/templates/fireinfo/stats-cpus-detail.html \ src/templates/fireinfo/stats-cpus.html \ diff --git a/src/templates/fireinfo/profile-notfound.html b/src/templates/fireinfo/profile-notfound.html deleted file mode 100644 index e26842d8..00000000 --- a/src/templates/fireinfo/profile-notfound.html +++ /dev/null @@ -1,27 +0,0 @@ -{% extends "../base.html" %} - -{% block title %}{{ _("Profile not found") }}}{% end block %} - -{% block body %} - {{ _( - - -
-
-

- There was no profile data found for profile {{ profile_id }}. -

-

- The profile owner has probably not submitted any data - or recently disabled the transmission. -

-

- If this is your own profile, you can - enable - the submission on the web user interface. -

-
-
-{% end block %}