Skip to content

Instantly share code, notes, and snippets.

@macagua
Created May 29, 2015 11:42
Show Gist options
  • Save macagua/1ac1209cfc2e3f85e86d to your computer and use it in GitHub Desktop.
Save macagua/1ac1209cfc2e3f85e86d to your computer and use it in GitHub Desktop.
Hello world like Plone guy
# Source https://plus.google.com/102636120635048200626/posts/HMk2yNfysQN
from Products.statusmessages.interfaces import IStatusMessage
IStatusMessage(self.request).addStatusMessage('Hello World', type='info')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment