Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: You must select an event when viewing unassigned tasks. #5

Open
kumar303 opened this issue Nov 27, 2012 · 1 comment
Open
Assignees

Comments

@kumar303
Copy link
Collaborator

We should fix this by showing a friendly error message.

The page was /chirp/tasks/manage/?volunteer=384&event=0

Traceback (most recent call last):
  File "/var/www/chirp-volunteers/app/site-packages/django/core/handlers/base.py", line 92, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/var/www/chirp-volunteers/app/site-packages/django/contrib/admin/views/decorators.py", line 33, in _checklogin
    return view_func(request, *args, **kwargs)
  File "/var/www/chirp-volunteers/app/chirp/volunteers/views.py", line 44, in wrapper
    return func(request, *args, **kwargs)
  File "/var/www/chirp-volunteers/app/chirp/volunteers/views.py", line 237, in manage_tasks
    raise ValueError('You must select an event when viewing '
ValueError: You must select an event when viewing unassigned tasks.
@ghost ghost assigned dtpeters Nov 28, 2012
@dtpeters
Copy link

word.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants