diff options
author | VG <vg@devys.org> | 2014-11-28 18:03:46 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2014-11-28 18:03:46 +0100 |
commit | f74a985b3f3f05b7b05cef5b9c8be8d748498de5 (patch) | |
tree | 1509123c23a8b5d1831fa6293add3f5229b52405 /views/not_fount.tpl | |
parent | 9c7eb69147832d215b10535bc23dc7c56c2036b4 (diff) | |
download | pasteme-f74a985b3f3f05b7b05cef5b9c8be8d748498de5.tar.gz pasteme-f74a985b3f3f05b7b05cef5b9c8be8d748498de5.tar.bz2 pasteme-f74a985b3f3f05b7b05cef5b9c8be8d748498de5.zip |
fix name of template
Diffstat (limited to 'views/not_fount.tpl')
-rw-r--r-- | views/not_fount.tpl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/views/not_fount.tpl b/views/not_fount.tpl deleted file mode 100644 index 50a41db..0000000 --- a/views/not_fount.tpl +++ /dev/null @@ -1,16 +0,0 @@ -<html> -<head> -<title>Paste not available</title> -</head> -<body> -<h2>Hello</h2> -<p>I wanted to display you a paste, but I did not find it. There can be two -reason for this:</p> -<ul> - <li>Either the paste expired</li> - <li>Or the paste never existed (the <b>URL</b> might be wrong)<li> -</ul> - -<p>I'm sorry for you, but <i>nonetheless</i> I whish you a very good day.</p> -</body> -</html> |