diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 17:59:02 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 17:59:02 -0500 |
commit | e89ba5e9e692f33427fedb05a095255f27480a6b (patch) | |
tree | 59cbca6ac75a8eff45be14f6ae4ab487e0a427b1 /app/Template/app_notfound.php | |
parent | 3df63e051fac84cec98c912668722f87d6e8183e (diff) |
Analytics: add the first graph (task repartition)
Diffstat (limited to 'app/Template/app_notfound.php')
-rw-r--r-- | app/Template/app_notfound.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/Template/app_notfound.php b/app/Template/app_notfound.php index 734d16a4..686f1fa0 100644 --- a/app/Template/app_notfound.php +++ b/app/Template/app_notfound.php @@ -1,8 +1,4 @@ <section id="main"> - <div class="page-header"> - <h2><?= t('Page not found') ?></h2> - </div> - <p class="alert alert-error"> <?= t('Sorry, I didn\'t found this information in my database!') ?> </p> |