diff options
author | hardythe1 | 2014-11-28 17:56:26 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-28 17:56:26 +0530 |
commit | 09511cb6641b1d5be0d073cbdacd3b5bd0c291c0 (patch) | |
tree | d5d35b02525e7d5ea08019d33c5aa4804a23daba /tbc | |
parent | f1f7a563af36237fce6f039caf4d494b30cc5956 (diff) | |
download | Python-TBC-Interface-09511cb6641b1d5be0d073cbdacd3b5bd0c291c0.tar.gz Python-TBC-Interface-09511cb6641b1d5be0d073cbdacd3b5bd0c291c0.tar.bz2 Python-TBC-Interface-09511cb6641b1d5be0d073cbdacd3b5bd0c291c0.zip |
minor change
Diffstat (limited to 'tbc')
-rwxr-xr-x | tbc/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/views.py b/tbc/views.py index eaef347..444e848 100755 --- a/tbc/views.py +++ b/tbc/views.py @@ -1184,7 +1184,7 @@ def GetCertificate(request, book_id=None): add_log(user, book, CHANGE, e, proposal_id) if error: - _clean_tbc_certificate(cur_path) + _clean_tbc_certificate(certificate_path) context['error'] = error return render_to_response('tbc/get-certificate.html', context) return render_to_response('tbc/get-certificate.html', context) |