anandology / broadgauge

Platform for managing training/workshops
Other
14 stars 34 forks source link

Edit workshop not working (internal server error) #37

Closed baijum closed 10 years ago

baijum commented 10 years ago

This is the error details:

http://0.0.0.0:8080/
0.0 (1): SELECT * FROM workshop WHERE id = '2'
Traceback (most recent call last):
  File "/home/baiju/wa/vebg/local/lib/python2.7/site-packages/web/application.py", line 239, in process
    return self.handle()
  File "/home/baiju/wa/vebg/local/lib/python2.7/site-packages/web/application.py", line 230, in handle
    return self._delegate(fn, self.fvars, args)
  File "/home/baiju/wa/vebg/local/lib/python2.7/site-packages/web/application.py", line 462, in _delegate
    return handle_class(cls)
  File "/home/baiju/wa/vebg/local/lib/python2.7/site-packages/web/application.py", line 438, in handle_class
    return tocall(*args)
  File "/home/baiju/wa/broadgauge/broadgauge/views/workshops.py", line 53, in GET
    self.ensure_updatable(workshop)
AttributeError: workshop_edit instance has no attribute 'ensure_updatable'