diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-02-16 22:26:49 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-09-15 20:44:40 +0100 |
commit | 7e370177d54a5c47e195107b019fe10b5da2b8a4 (patch) | |
tree | ff6bc3c23661a1d93cf7fcb16e6976bc08b73a3e | |
parent | 52b2a18e48302b923340647015162a62c803dff1 (diff) | |
download | bugzilla-7e370177d54a5c47e195107b019fe10b5da2b8a4.tar bugzilla-7e370177d54a5c47e195107b019fe10b5da2b8a4.tar.gz bugzilla-7e370177d54a5c47e195107b019fe10b5da2b8a4.tar.bz2 bugzilla-7e370177d54a5c47e195107b019fe10b5da2b8a4.tar.xz bugzilla-7e370177d54a5c47e195107b019fe10b5da2b8a4.zip |
Add identity link on common-links too
-rw-r--r-- | template/en/default/global/common-links.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index c196c7d..a0d080a 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -89,7 +89,7 @@ && user.authorizer.user_can_create_account %] <li id="new_account_container[% qs_suffix FILTER html %]"> <span class="separator">| </span> - <a href="createaccount.cgi">New Account</a> + <a href="https://identity.mageia.org/register">New Account</a> </li> [% END %] |