~cando-developers/pyquiz/trunk

« back to all changes in this revision

Viewing changes to src/pyquiz/views/openquestion.py

  • Committer: root
  • Date: 2012-08-02 13:07:24 UTC
  • Revision ID: root@tektonic.elkner.net-20120802130724-ermfygaaxklc9ydr
fixed images, again

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
            else:
108
108
                self.context.body = data['body']
109
109
                self.context.solution = data['solution']
110
 
                self.context.image = save_image(data['image'])
 
110
                #self.context.image = save_image(data['image'])
111
111
                self.context.init2()
112
112
                self.finished = True
113
113
        else: