django-anysign
django-anysign copied to clipboard
django_anysign provides generic SignerReturnView
django_anysign.SignerReturnView is a view where signer lands back from backend page, right after he proceed/refused a signature.
Typical methods/attributes are:
signerandget_signer=> property to get signer instance from requestsignatureandget_signature=> property to get signature instance from requestget_context_data()=>signerin context data,signer.signaturein context dataupdate_signer(status, status_date)=> updates signer status (backend's specific status). Not implemented.update_signature(status, status_date)=> updates signature status (backend's specific status). Not implemented.- template:
signature/signer_return.html
Added expectations in ticket's description.