diff options
-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) |