git » blitiri » commit 7d65340

Search for the right template name when rendering the comment form

author Leandro Lucarella
2008-08-09 20:47:57 UTC
committer Leandro Lucarella
2008-08-09 20:47:57 UTC
parent afb0ff3190575f15f0e8a1e401e173d1df8f6cf3

Search for the right template name when rendering the comment form

blitiri.cgi +1 -1

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):