Skip to content

Commit

Permalink
Hide the old domain from the candidate's field
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 3, 2024
1 parent 23b9424 commit c96e809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/hub/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def clean(self):
class Meta:
model = Candidate

exclude: List[str] = ["initial_org", "status", "status_changed"]
exclude: List[str] = ["initial_org", "status", "status_changed", "old_domain"]

widgets: Dict = {
"is_proposed": forms.HiddenInput(),
Expand Down

0 comments on commit c96e809

Please sign in to comment.