From 17bfc6009b872badccf1f5db99c54741919a6b50 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 14 Oct 2013 15:30:14 +0530 Subject: updating model to store required fields for proposal --- scipy/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scipy/views.py') 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)) -- cgit