Remove useless "login" link in the header
Modified: identity/CatDap/trunk/root/template/header =================================================================== --- identity/CatDap/trunk/root/template/header 2010-12-21 00:02:36 UTC (rev 183) +++ identity/CatDap/trunk/root/template/header 2010-12-21 00:29:29 UTC (rev 184) @@ -8,8 +8,6 @@ [% IF c.user.username %] <li><strong><a href="[% c.uri_for("/user") %]">[% c.user.username %]</a></strong></li> <li><a href="/user/logout">[% l('Log out') %]</a></li> - [% ELSE %] - <li><a href="/">[% l('Login') %]</a></li> [% END %] </ul> </div>