diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-05 10:43:48 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-05 10:50:19 +0000 |
commit | 4a0643fba4998c81505ad75561894af05f9bc0fa (patch) | |
tree | 4dc59e4fc6046c0658103e33d4ccb52458421769 | |
parent | d1867408b13e48a94512db9072ed7fd978536704 (diff) |
Add link to admin from header when signed in (fixes a6).
-rw-r--r-- | templates/web/zurich/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/footer.html b/templates/web/zurich/footer.html index a570a66a3..2cda6c2d9 100644 --- a/templates/web/zurich/footer.html +++ b/templates/web/zurich/footer.html @@ -9,7 +9,7 @@ [% IF c.user_exists %] <p> [% tprintf(loc('Hi %s'), c.user.name || c.user.email) %] - </p><p><a href="/auth/sign_out">[% loc('sign out') %]</a> + </p><p><a href="/admin">[% loc('Summary') %]</a> | <a href="/auth/sign_out">[% loc('sign out') %]</a> </p> [% ELSE %] <ul id="main-menu" class="mob-only"> |