diff options
Diffstat (limited to 'templates/web/fiksgatami/header.html')
-rw-r--r-- | templates/web/fiksgatami/header.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/web/fiksgatami/header.html b/templates/web/fiksgatami/header.html index b6ca67d24..3e77e89ca 100644 --- a/templates/web/fiksgatami/header.html +++ b/templates/web/fiksgatami/header.html @@ -41,15 +41,6 @@ </div> </header> - [% IF c.user_exists %] - <div id="user-meta"> - <p> - [% tprintf(loc('Hi %s'), c.user.name || c.user.email) %] - <a href="/auth/sign_out">[% loc('sign out') %]</a> - </p> - </div> - [% END %] - [% pre_container_extra %] <div class="container"> |