Skip to content

Instantly share code, notes, and snippets.

@ghettocounselor
Created August 1, 2009 17:06
Show Gist options
  • Select an option

  • Save ghettocounselor/159742 to your computer and use it in GitHub Desktop.

Select an option

Save ghettocounselor/159742 to your computer and use it in GitHub Desktop.
assID = assessment.getIdentity()
url = context.portal_url() + "/models/assessment-models/wcimSelfAssessment/simplereport/generate" + "?assessmentIdentity=" + assID + "&exitURL=/myknowledge%3FmodelIdentities=model01184786246014797236308"
from zExceptions import Redirect
raise Redirect(url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment