From 80faf9c10da4330066d5f57cd144c640ef7d4f65 Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Wed, 13 Apr 2005 00:23:01 +0000 Subject: Bug 165075 - A login form is now included by default on the main Index page. r=wurblzap, a= justdave --- template/en/default/index.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/index.html.tmpl') diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index e0d941372..eb1cbbd58 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -72,7 +72,7 @@ function addSidebar() {
  • Log out [% user.login FILTER html %]
  • [% END %] [% ELSE %] -
  • Log in to an existing account
  • + [% PROCESS "account/auth/login-small.html.tmpl" %] [% IF Param('createemailregexp') %]
  • Open a new [% terms.Bugzilla %] account
  • [% END %] -- cgit v1.2.3-24-g4f1b