diff options
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'}, |