diff options
author | hardythe1 | 2013-10-14 15:30:14 +0530 |
---|---|---|
committer | hardythe1 | 2013-10-14 15:30:14 +0530 |
commit | 17bfc6009b872badccf1f5db99c54741919a6b50 (patch) | |
tree | 57815b36fa498e32b4d881970806c9468050f786 /scipy/views.py | |
parent | c0c25ce189b4c749de0a695ae7d9b273bc499e98 (diff) | |
download | SciPy2013-17bfc6009b872badccf1f5db99c54741919a6b50.tar.gz SciPy2013-17bfc6009b872badccf1f5db99c54741919a6b50.tar.bz2 SciPy2013-17bfc6009b872badccf1f5db99c54741919a6b50.zip |
updating model to store required fields for proposal
Diffstat (limited to 'scipy/views.py')
-rw-r--r-- | scipy/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/views.py b/scipy/views.py index cccbdd2..a23f9d1 100644 --- a/scipy/views.py +++ b/scipy/views.py @@ -79,7 +79,7 @@ def upload_document(request): data.user = request.user data.verified = False data.save() - return HttpResponseRedirect("/2013/call-for-papers/?status=up") + return HttpResponseRedirect("/2013/call-for-proposals/?status=up") else: context = {} context.update(csrf(request)) |