aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Tokens.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-06-16 12:44:56 +0100
committerStruan Donald <struan@exo.org.uk>2011-06-16 12:44:56 +0100
commit08bda4c3a6ef4e55bce01a3fa004021679b141f5 (patch)
tree8841c7aca6fb831a6780860d999eb1140f28e392 /perllib/FixMyStreet/App/Controller/Tokens.pm
parent4d40d4632325a999b66dee1db36841dfeb60bcda (diff)
parent4a7912b97c75d8934bbab33532f0b6ac1e86e47f (diff)
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into new_statuses
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Tokens.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Tokens.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Tokens.pm b/perllib/FixMyStreet/App/Controller/Tokens.pm
index c75fcc9ee..111508e60 100644
--- a/perllib/FixMyStreet/App/Controller/Tokens.pm
+++ b/perllib/FixMyStreet/App/Controller/Tokens.pm
@@ -158,7 +158,7 @@ sub load_questionnaire_id : Private {
my ( $self, $c, $token_code ) = @_;
# Set up error handling
- $c->stash->{error_template} = 'questionnaire/error.html';
+ $c->stash->{error_template} = 'errors/generic.html';
$c->stash->{message} = _("I'm afraid we couldn't validate that token. If you've copied the URL from an email, please check that you copied it exactly.\n");
my $auth_token = $c->forward( 'load_auth_token', [ $token_code, 'questionnaire' ] );