diff options
Diffstat (limited to 'views/bad_format.tpl')
-rw-r--r-- | views/bad_format.tpl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/views/bad_format.tpl b/views/bad_format.tpl index 6efdab8..dbf1376 100644 --- a/views/bad_format.tpl +++ b/views/bad_format.tpl @@ -1,10 +1,4 @@ -<html> -<head> -<title>Bad paste format requested</title> -</head> -<body> +% rebase('base.tpl', title='Bad paste format requested') <h2>Hello</h2> <p>I do not understand the format you are trying to get for the past requested. Please try again with either <i>colored</i> or <i>raw</i></p> -</body> -</html> |