diff options
author | VG <vg@devys.org> | 2014-11-29 00:03:28 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2014-11-29 00:03:28 +0100 |
commit | 8abf1c607aa41886992496adf58dd8debd1d0a2e (patch) | |
tree | c3afa797958bfc3a782cbfc11979f0e6d46aca21 /views/not_found.tpl | |
parent | a40fb5c091f33004a250e1128e56dad2701fc054 (diff) | |
download | pasteme-8abf1c607aa41886992496adf58dd8debd1d0a2e.tar.gz pasteme-8abf1c607aa41886992496adf58dd8debd1d0a2e.tar.bz2 pasteme-8abf1c607aa41886992496adf58dd8debd1d0a2e.zip |
Factorize templates base and add background color
Diffstat (limited to 'views/not_found.tpl')
-rw-r--r-- | views/not_found.tpl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/views/not_found.tpl b/views/not_found.tpl index 50a41db..93d4ad5 100644 --- a/views/not_found.tpl +++ b/views/not_found.tpl @@ -1,8 +1,4 @@ -<html> -<head> -<title>Paste not available</title> -</head> -<body> +% rebase('base.tpl', title='Paste not available') <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> @@ -12,5 +8,3 @@ reason for this:</p> </ul> <p>I'm sorry for you, but <i>nonetheless</i> I whish you a very good day.</p> -</body> -</html> |