From 4c4cd9e44d57aa170be465adaf33346ef95ab3e8 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sun, 12 Dec 2010 08:14:48 +0000 Subject: [PATCH] Replace XXX with todo. svn path=/plone.app.discussion/trunk/; revision=46263 --- plone/app/discussion/browser/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/browser/comments.py b/plone/app/discussion/browser/comments.py index 16f4c95..fa732eb 100644 --- a/plone/app/discussion/browser/comments.py +++ b/plone/app/discussion/browser/comments.py @@ -95,7 +95,7 @@ class CommentForm(extensible.ExtensibleForm, form.Form): self.widgets['author_name'].mode = interfaces.HIDDEN_MODE self.widgets['author_email'].mode = interfaces.HIDDEN_MODE - # XXX: Since we are not using the author_email field in the + # Todo: Since we are not using the author_email field in the # current state, we hide it by default. But we keep the field for # integrators or later use. self.widgets['author_email'].mode = interfaces.HIDDEN_MODE