summaryrefslogtreecommitdiff
path: root/perl-lib/PgCommitFest/Request.pm
diff options
context:
space:
mode:
authorRobert Haas2009-05-22 19:23:33 +0000
committerRobert Haas2009-05-22 19:23:33 +0000
commita60a6817d968c50d06958d4010cee84afbb58502 (patch)
treea3f38fd5c60722e786e732ce798b894deeda8630 /perl-lib/PgCommitFest/Request.pm
parent5bc9ab5aee7ff20941e0ea6a42aa9c80e5f8f946 (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.pm1
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'},