You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hit Enter (bc that submits many forms;), and get this:
File "C:\Python27\lib\site-packages\pform-0.6.2-py2.7.egg\pform\button.py", line 73, in __call__
return getattr(context, self.action_name)(*args)
File "c:\users\phlip\downloads\tools\ptahcrowd\ptahcrowd\registration.py", line 63, in register_handler
if self.cfg['validation']:
AttributeError: 'Registration' object has no attribute 'cfg'
Yes, Python with "magic members" that disappear and reappear is awesome, until it sucks. What am I missing?
The text was updated successfully, but these errors were encountered:
Steps to reproduce - after issue #25, the
join.html
page starts working. So I fill out the form...Hit Enter (bc that submits many forms;), and get this:
Yes, Python with "magic members" that disappear and reappear is awesome, until it sucks. What am I missing?
The text was updated successfully, but these errors were encountered: