Skip to content

Instantly share code, notes, and snippets.

@nutjob4life
Created August 15, 2012 20:36
Show Gist options
  • Save nutjob4life/3363394 to your computer and use it in GitHub Desktop.
Save nutjob4life/3363394 to your computer and use it in GitHub Desktop.
$portal_url/@@updateRDF
class RDFUpdater(grok.View):
# see template in rdfupdater_templates/rdfupdater.pt
grok.context(INavigationRoot)
grok.name('updateRDF')
grok.require('cmf.ManagePortal')
def update(self):
self.request.set('disable_border', True)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment