aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/View
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-03-23 19:25:39 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-03-23 19:36:32 +0000
commita126927e7989c9024eb447eff0ef8ec796bb945a (patch)
treebfafbad6826bcb316fe4212719097abea57202eb /perllib/FixMyStreet/App/View
parent7bac754791cfea00ab114134e6aa99affc0eb5e8 (diff)
use .txt suffix on email templates
Diffstat (limited to 'perllib/FixMyStreet/App/View')
-rw-r--r--perllib/FixMyStreet/App/View/Email.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/View/Email.pm b/perllib/FixMyStreet/App/View/Email.pm
index fa46623eb..86d5c1d60 100644
--- a/perllib/FixMyStreet/App/View/Email.pm
+++ b/perllib/FixMyStreet/App/View/Email.pm
@@ -8,7 +8,7 @@ use mySociety::Locale;
use FixMyStreet;
__PACKAGE__->config(
- TEMPLATE_EXTENSION => '.html',
+ TEMPLATE_EXTENSION => '.txt',
INCLUDE_PATH => [ #
FixMyStreet->path_to( 'templates', 'email', 'default' ),
],