-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #107 - support alternative messages This could be used as… ```python path("init/<uuid:registration_uuid>/", OIDCLoginInitView.as_view( main_msg='Your browser prevents embedded content from using cookies.', click_msg='Instead, you must open the content in a new tab.', loading_msg='Loading…' ), name="init"), ``` * #107 - nox/black formatting and comments After running `nox`, `black` said a blank line was needed. After I looked, I decided a comment would be helpful, too. * #107 - set better default message values * #107 - document optional message arguments * added common `virtualenv` direcory name, `.venv` * #109 - clean up code * #109 - keep old example; add cookie lang. example
- Loading branch information
Showing
3 changed files
with
47 additions
and
5 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