--- a/src/pyams_security/widget/__init__.py Thu Oct 08 09:30:25 2015 +0200
+++ b/src/pyams_security/widget/__init__.py Thu Oct 08 09:30:56 2015 +0200
@@ -204,6 +204,7 @@
@widgettemplate_config(mode='input', template='templates/principal-input.pt', layer=IFormLayer)
@widgettemplate_config(mode='display', template='templates/principal-display.pt', layer=IFormLayer)
+@widgettemplate_config(mode='hidden', template='templates/principal-hidden.pt', layer=IFormLayer)
@implementer_only(IPrincipalWidget)
class PrincipalWidget(HTMLInputWidget, Widget):
"""Principal widget"""