diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 22:10:41 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 22:10:41 -0800 |
commit | 00c0859a7df360380a479eb9dbc79057c0245969 (patch) | |
tree | 19f7da0d9ac3b4ffab71ffc78817dcbb0445bb82 /python/fatcat_web/templates/base.html | |
parent | 94a6c7f58ba23b2c37b0a997fc4a5e2e16692599 (diff) | |
download | fatcat-00c0859a7df360380a479eb9dbc79057c0245969.tar.gz fatcat-00c0859a7df360380a479eb9dbc79057c0245969.zip |
basic OIDC auth working
Diffstat (limited to 'python/fatcat_web/templates/base.html')
-rw-r--r-- | python/fatcat_web/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index 27b163d2..e3824213 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -33,7 +33,7 @@ <div class="ui simple dropdown item"> {{ current_user.username }} <i class="dropdown icon"></i> <div class="menu"> - <a class="item" href="/editgroup/current"><i class="edit icon"></i>Edits in Progress</a> + <a class="item" href="#"><i class="edit icon"></i>Edits in Progress</a> <a class="item" href="/editor/{{ current_user.editor_id }}/changelog"><i class="history icon"></i>History</a> <div class="divider"></div> <a class="item" href="/auth/account"><i class="user icon"></i>Account</a> |