You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the user_detail template to show the status of each SignedAgreement (model: cdsa.models.SignedAgreement) object associated with the user. Add an indication showing the status (a badge that shows signed_agreement.status, in green if it is active and red if it is not active?).
This loop over CDSAs (signed_agreements) can be found here:
Update the user_detail template to show the status of each SignedAgreement (model:
cdsa.models.SignedAgreement
) object associated with the user. Add an indication showing the status (a badge that shows signed_agreement.status, in green if it is active and red if it is not active?).This loop over CDSAs (signed_agreements) can be found here:
primed-django/primed/templates/users/user_detail.html
Line 143 in f958e6d
To see the signed_agreement (model:
cdsa.models.SignedAgreement
) status, check thesigned_agreement.status
field, eg:The text was updated successfully, but these errors were encountered: