From 7d653403b505dc4de30d1e7026922e9e144c77d6 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sat, 9 Aug 2008 17:47:57 -0300 Subject: [PATCH 1/1] Search for the right template name when rendering the comment form --- blitiri.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blitiri.cgi b/blitiri.cgi index 22532ed..79e4171 100755 --- a/blitiri.cgi +++ b/blitiri.cgi @@ -456,7 +456,7 @@ class Templates (object): vars['form_method'] = method vars['form_action'] = action return self.get_template( - 'com_footer', default_comment_form, vars) + 'com_form', default_comment_form, vars) class Comment (object): -- 2.43.0