summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest
diff options
context:
space:
mode:
authorMagnus Hagander2014-04-22 11:44:25 +0000
committerMagnus Hagander2014-04-22 11:44:25 +0000
commitc66975fcaecc4b87d70e75935d0fffb50d86bf3a (patch)
treeb14a7195339d57a835655c76ac4a285cd3aa16b9 /pgcommitfest/commitfest
parent68141f8ee1113a328780e8dfe1c2f06f740ac396 (diff)
Add integration with community auth system
Diffstat (limited to 'pgcommitfest/commitfest')
-rw-r--r--pgcommitfest/commitfest/templates/base.html2
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>