-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Prevent ADs and chairs from being added to
bethere
constraint (#…
…5169) * fix: Prevent ADs and chairs from added to `bethere` constraint Fixes #5163 and #3890 * Fix tests and change from "people" to "participants", to hopefully make it clearer it's not ADs and chairs. * Rewrap * Update ietf/secr/sreq/forms.py Co-authored-by: Robert Sparks <[email protected]> --------- Co-authored-by: Robert Sparks <[email protected]> Co-authored-by: Jennifer Richards <[email protected]>
- Loading branch information
1 parent
5060134
commit cb7abbc
Showing
5 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,4 +123,4 @@ | |
} | ||
} | ||
window.addEventListener('load', on_load, false); | ||
})(); | ||
})(); |