diff --git a/forms.tmpl b/forms.tmpl index 1675aeb..c649f22 100644 --- a/forms.tmpl +++ b/forms.tmpl @@ -166,8 +166,12 @@
- ${FieldValid(c, "subject", "Subject:")} - ${TextWidget(c, "subject", title, maxlength=100)} + #if action == "doreply": + + #else: + ${FieldValid(c, "subject", "Subject:")} + ${TextWidget(c, "subject", title, maxlength=100)} + #end if
${FieldValid(c, "content", "Content:")}
${TextAreaWidget(c, "content", content, width=100, height=20)}