diff --git a/src/IDF/templates/base.html b/src/IDF/templates/base.html index 5c49e5f..a4c0836 100644 --- a/src/IDF/templates/base.html +++ b/src/IDF/templates/base.html @@ -36,6 +36,7 @@ {if $project}
{if !$user.isAnonymous()}{aurl 'url', 'IDF_Views_User::myAccount'}{blocktrans}Welcome, {$user}.{/blocktrans} {trans 'Sign Out'}{else}{trans 'Sign in or create your account'}{/if} +{if $project} | {trans 'Project List'}{/if} | {trans 'Help'}