summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorhardythe12014-11-28 17:56:26 +0530
committerhardythe12014-11-28 17:56:26 +0530
commit09511cb6641b1d5be0d073cbdacd3b5bd0c291c0 (patch)
treed5d35b02525e7d5ea08019d33c5aa4804a23daba /tbc
parentf1f7a563af36237fce6f039caf4d494b30cc5956 (diff)
downloadPython-TBC-Interface-09511cb6641b1d5be0d073cbdacd3b5bd0c291c0.tar.gz
Python-TBC-Interface-09511cb6641b1d5be0d073cbdacd3b5bd0c291c0.tar.bz2
Python-TBC-Interface-09511cb6641b1d5be0d073cbdacd3b5bd0c291c0.zip
minor change
Diffstat (limited to 'tbc')
-rwxr-xr-xtbc/views.py2
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)