osmfj / sotmjp-website

State of the Map Japan Website based on Symposion.
https://stateofthemap.jp/
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

fix unknown category error #82

Closed miurahr closed 9 years ago

miurahr commented 9 years ago

Fix error

KeyError at /2015/proposals/submit/talk/
'category'
Request Method: GET
Request URL:    http://staging.stateofthemap.jp/2015/proposals/submit/talk/
Django Version: 1.7.8
Exception Type: KeyError
Exception Value:    
'category'
Exception Location: /srv/sites/sotmjp-website/sotmjp/proposals/forms.py in __init__, line 16
Python Executable:  /srv/sites/sotmjp-website/env/sotmjp-website/bin/python
Python Version: 2.7.6
Python Path:    
['/srv/sites/sotmjp-website',
 '/srv/sites/sotmjp-website/env/sotmjp-website/bin',
 '/srv/sites/sotmjp-website/env/sotmjp-website/src/django-mailer',
 '/srv/sites/sotmjp-website/env/sotmjp-website/src/python-rtfng',
 '/srv/sites/sotmjp-website/env/sotmjp-website/src/restcms',
 '/srv/sites/sotmjp-website/env/sotmjp-website/src/django-admin-tabs',
 '/srv/sites/sotmjp-website/env/sotmjp-website/src/django-admin-tools',
 '/srv/sites/sotmjp-website/env/sotmjp-website/src/symposion',
 '/srv/sites/sotmjp-website/env/sotmjp-website/lib/python2.7',
 '/srv/sites/sotmjp-website/env/sotmjp-website/lib/python2.7/plat-x86_64-linux-gnu',
 '/srv/sites/sotmjp-website/env/sotmjp-website/lib/python2.7/lib-tk',
 '/srv/sites/sotmjp-website/env/sotmjp-website/lib/python2.7/lib-old',
 '/srv/sites/sotmjp-website/env/sotmjp-website/lib/python2.7/lib-dynload',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-x86_64-linux-gnu',
 '/usr/lib/python2.7/lib-tk',
 '/srv/sites/sotmjp-website/env/sotmjp-website/local/lib/python2.7/site-packages']
Server time:    土, 18 7月 2015 12:45:17 +0900

Signed-off-by: Hiroshi Miura miurahr@linux.com