From bdb93447f0a8b23db0bd7dfb0275c490b651f7ac Mon Sep 17 00:00:00 2001
From: "justdave%syndicomm.com" <>
Date: Sat, 15 Feb 2003 16:03:41 +0000
Subject: Bug 193286: Field validation errors had the wrong page title r= gerv,
 a= justdave

---
 template/en/default/bug/process/midair.html.tmpl  | 4 ++++
 template/en/default/bug/process/results.html.tmpl | 4 ++++
 2 files changed, 8 insertions(+)

(limited to 'template/en/default/bug')

diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl
index 6305c11e4..85a5c1fff 100644
--- a/template/en/default/bug/process/midair.html.tmpl
+++ b/template/en/default/bug/process/midair.html.tmpl
@@ -34,6 +34,10 @@
   # bug_id: number; the ID of the bug being changed.
   #%]
  
+[% UNLESS header_done %]
+  [% PROCESS bug/process/header.html.tmpl %]
+[% END %]
+
 <h1>Mid-air collision detected!</h1>
 
 <p>
diff --git a/template/en/default/bug/process/results.html.tmpl b/template/en/default/bug/process/results.html.tmpl
index cc3e0df95..5c3592954 100644
--- a/template/en/default/bug/process/results.html.tmpl
+++ b/template/en/default/bug/process/results.html.tmpl
@@ -29,6 +29,10 @@
   # mailrecipients: hash; BugMail recipient params. Optional.
   #%]
 
+[% UNLESS header_done %]
+  [% PROCESS bug/process/header.html.tmpl %]
+[% END %]
+
 [% DEFAULT type="bug" %]
 
 [% 
-- 
cgit v1.2.3-24-g4f1b