-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI for promoting dojo members to dojo admins (#300)
* support promoting dojo members to admins * add confirmation functionality to form_fetch_and_show * yolo test? * require the user to be a dojo member before promoting to a dojo admin * fix text issues * print * allow people to join official dojos * adapt to non-tty DB output * assert failure when appropriate * checking * remove debug print * add debug print * is the csrf token going stale somehow? * Revert "is the csrf token going stale somehow?" This reverts commit e42bc52. * Revert "add debug print" This reverts commit 7f98c56. * Revert "checking" This reverts commit 72e576b. * json? * split out the promotion test from the join test * now what * join before promotion * user module-scoped user for join and promote, instead of creating two users * fix get_user_id
- Loading branch information
Showing
5 changed files
with
72 additions
and
8 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