Changeset - 4be04a380050
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-18 23:22:29
lukeman@gmail.com
don't allow adding documents to cancelled proposals
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
symposion/proposals/views.py
Show inline comments
...
 
@@ -284,2 +284,5 @@ def document_create(request, proposal_pk):
 
    
 
    if proposal.cancelled:
 
        return HttpResponseForbidden()
 
    
 
    if request.method == "POST":
0 comments (0 inline, 0 general)