Replace XXX with todo.
svn path=/plone.app.discussion/trunk/; revision=46263
This commit is contained in:
parent
0485398de0
commit
4c4cd9e44d
@ -95,7 +95,7 @@ class CommentForm(extensible.ExtensibleForm, form.Form):
|
|||||||
self.widgets['author_name'].mode = interfaces.HIDDEN_MODE
|
self.widgets['author_name'].mode = interfaces.HIDDEN_MODE
|
||||||
self.widgets['author_email'].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
|
# current state, we hide it by default. But we keep the field for
|
||||||
# integrators or later use.
|
# integrators or later use.
|
||||||
self.widgets['author_email'].mode = interfaces.HIDDEN_MODE
|
self.widgets['author_email'].mode = interfaces.HIDDEN_MODE
|
||||||
|
Loading…
Reference in New Issue
Block a user