]> git.llucax.com Git - software/blitiri.git/commitdiff
Search for the right template name when rendering the comment form
authorLeandro Lucarella <llucax@gmail.com>
Sat, 9 Aug 2008 20:47:57 +0000 (17:47 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 9 Aug 2008 20:47:57 +0000 (17:47 -0300)
blitiri.cgi

index 22532edc1c28ee5b578a9d019561ed10f2c17efd..79e4171fd987b3284f831f488805b64123bb976f 100755 (executable)
@@ -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):