diff options
author | Robert Haas | 2009-05-22 19:23:33 +0000 |
---|---|---|
committer | Robert Haas | 2009-05-22 19:23:33 +0000 |
commit | a60a6817d968c50d06958d4010cee84afbb58502 (patch) | |
tree | a3f38fd5c60722e786e732ce798b894deeda8630 /perl-lib/PgCommitFest/Request.pm | |
parent | 5bc9ab5aee7ff20941e0ea6a42aa9c80e5f8f946 (diff) |
Log in/log out links.
In passing, fix a wrong identifier in PgCommitFest::DB::delete, fix session
cookie path in PgCommitFest::Handler::login and remove an unnecessary trace
setting, and rip out some superfluous CSS code.
Diffstat (limited to 'perl-lib/PgCommitFest/Request.pm')
-rw-r--r-- | perl-lib/PgCommitFest/Request.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-lib/PgCommitFest/Request.pm b/perl-lib/PgCommitFest/Request.pm index 7f99b2e..7e3e878 100644 --- a/perl-lib/PgCommitFest/Request.pm +++ b/perl-lib/PgCommitFest/Request.pm @@ -170,6 +170,7 @@ sub render_template { %stash = %$vars if defined $vars; $stash{'control'} = $self->{'control'}; $template->process('header.tt2', { + 'authenticate' => $self->authenticate(), 'link' => $self->{'link'}, 'title' => $self->{'title'}, 'error_list' => $self->{'error_list'}, |