diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-10-09 14:13:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-10-09 14:13:44 +0100 |
commit | 0f5d47de00cb993684d255ed1306a67406d48ddf (patch) | |
tree | 97a8a4e18b1383afd23de4bade0e6e817e24fc0f /perllib/FixMyStreet/App/Controller/Static.pm | |
parent | b39787e3e211bddc4c765a6d2ab3a2269565984d (diff) |
[FixMyStreet.com] Add information for councils.
Fixes #765.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Static.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/Static.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Static.pm b/perllib/FixMyStreet/App/Controller/Static.pm index 40e2431ea..8cd82b68e 100755 --- a/perllib/FixMyStreet/App/Controller/Static.pm +++ b/perllib/FixMyStreet/App/Controller/Static.pm @@ -35,10 +35,10 @@ sub faq : Global : Args(0) { # There should be a faq template for each language in a cobrand or default. # This is because putting the FAQ translations into the PO files is # overkill. - + # We rely on the list of languages for the site being restricted so that there # will be a faq template for that language/cobrand combo. - + my $lang_code = $c->stash->{lang_code}; my $template = "faq/faq-$lang_code.html"; $c->stash->{template} = $template; |