Skip to content

Instantly share code, notes, and snippets.

@ralphbean
Created May 25, 2012 20:28
Show Gist options
  • Select an option

  • Save ralphbean/2790396 to your computer and use it in GitHub Desktop.

Select an option

Save ralphbean/2790396 to your computer and use it in GitHub Desktop.
def prepare(self):
super(SubmissionForm, self).prepare()
self.safe_modify('c')
self.c.language_id = self.c.language_id(options=[
(lang.id, lang.name)
for lang in DBSession.query(Assignment)\
.get(self.assignment_id.value).allowed_languages
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment