]> git.donarmstrong.com Git - debbugs.git/blobdiff - templates/en_US/cgi/no_such_bug.tx
Switch from Text::Template to Text::Xslate
[debbugs.git] / templates / en_US / cgi / no_such_bug.tx
diff --git a/templates/en_US/cgi/no_such_bug.tx b/templates/en_US/cgi/no_such_bug.tx
new file mode 100644 (file)
index 0000000..05df20f
--- /dev/null
@@ -0,0 +1,9 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>#<: $bug_num :> - <: $config.project :> .$config.bug report logs</title></head>
+<body>
+<h1>.$config.project .$config.bug report logs - #.$bug_num</h1>
+<p>There is no record of .$config.bug #.$bug_num.
+Try the <a href=".$config.web_domain/">search page</a> instead.</p>
+<: include 'html/html_tail.tx' :>
+</body></html>