From 2c8ad01edb6ac6e8f040e302c14aa0e1ad140ef2 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 9 Jan 2005 02:22:44 +0000 Subject: =?UTF-8?q?Patch=20for=20bug=20277013:=20provides=20a=20fix=20for?= =?UTF-8?q?=20the=20SQL=20error=20that=20appears=20when=20a=20user's=20vot?= =?UTF-8?q?e=20confirms=20a=20bug;=20patch=20by=20Fr=C3=A9d=C3=A9ric=20Buc?= =?UTF-8?q?lin=20,=20r=3Dwurblzap,=20a=3Djustdave.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/votes/list-for-user.html.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl index 27551f19d..9bb3a1dd6 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -21,10 +21,12 @@ [% PROCESS global/variables.none.tmpl %] -[% h2 = voting_user.login FILTER html %] -[% PROCESS global/header.html.tmpl - title = "Show Votes" - %] +[% IF !header_done %] + [% h2 = voting_user.login FILTER html %] + [% PROCESS global/header.html.tmpl title = "Show Votes" %] +[% ELSE %] +
+[% END %] [% canedit = 1 IF voting_user.login == user.login %] -- cgit v1.2.1