From: Leandro Lucarella Date: Sat, 9 Aug 2008 20:47:57 +0000 (-0300) Subject: Search for the right template name when rendering the comment form X-Git-Url: https://git.llucax.com/software/blitiri.git/commitdiff_plain/7d653403b505dc4de30d1e7026922e9e144c77d6 Search for the right template name when rendering the comment form --- 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):