diff options
author | Magnus Hagander | 2014-04-22 11:44:25 +0000 |
---|---|---|
committer | Magnus Hagander | 2014-04-22 11:44:25 +0000 |
commit | c66975fcaecc4b87d70e75935d0fffb50d86bf3a (patch) | |
tree | b14a7195339d57a835655c76ac4a285cd3aa16b9 /pgcommitfest/commitfest | |
parent | 68141f8ee1113a328780e8dfe1c2f06f740ac396 (diff) |
Add integration with community auth system
Diffstat (limited to 'pgcommitfest/commitfest')
-rw-r--r-- | pgcommitfest/commitfest/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/base.html b/pgcommitfest/commitfest/templates/base.html index 5d6f405..9495cbb 100644 --- a/pgcommitfest/commitfest/templates/base.html +++ b/pgcommitfest/commitfest/templates/base.html @@ -16,7 +16,7 @@ {%endfor%} <li class="active">{{title}}</li> {%if user.is_authenticated%} - <li class="pull-right active"><a href="/https/git.postgresql.org/account/profile/">Logged in</a> as mha (<a href="/https/git.postgresql.org/account/logout/">log out</a>)</li> + <li class="pull-right active">Logged in as mha (<a href="/https/git.postgresql.org/account/logout/">log out</a>)</li> {%endif%} </ul> |