Replace XXX with todo.

svn path=/plone.app.discussion/trunk/; revision=46263
This commit is contained in:
Timo Stollenwerk 2010-12-12 08:14:48 +00:00
parent 0485398de0
commit 4c4cd9e44d
1 changed files with 1 additions and 1 deletions

View File

@ -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