From e11f5d93455bcd6f73d3ca35b140ab8fa49c803d Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 7 Dec 2014 00:48:24 +0000 Subject: [PATCH] Removes subject field when replying to thread. --- forms.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)}