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
{{ message }}
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.
Write a view that allows Officers to indicate when a Candidate has completed a Requirement.
After the Officer logs in, they should be able to navigate to the page corresponding to this view, choose from a drop-down of all the Candidates and Requirements, and then indicate that the given Candidate has completed the given Requirement. To do this, you may find Django forms useful - here's a relevant link:
Write a view that allows Officers to indicate when a Candidate has completed a Requirement.
After the Officer logs in, they should be able to navigate to the page corresponding to this view, choose from a drop-down of all the Candidates and Requirements, and then indicate that the given Candidate has completed the given Requirement. To do this, you may find Django forms useful - here's a relevant link:
https://docs.djangoproject.com/en/1.6/topics/forms/
The text was updated successfully, but these errors were encountered: