diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-11 18:58:42 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-11 18:58:42 +0000 |
commit | fd3090b3591b507d42840d54205f76beab954775 (patch) | |
tree | aee5bc0f994191d812ac5546a768658877b4b763 /templates | |
parent | 70af1431f859dd1c7b3082dae2d1b4389b1467bc (diff) |
Default official Zurich response.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/admin/report_edit.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html index 963917bc1..6036fb7b9 100644 --- a/templates/web/zurich/admin/report_edit.html +++ b/templates/web/zurich/admin/report_edit.html @@ -164,7 +164,14 @@ $(function(){ <li><label for="status_update">[% loc('Public response:') %]</label> - <textarea name='status_update' id='status_update' cols=60 rows=5>[% problem.extra.public_response | html %]</textarea> + <textarea name='status_update' id='status_update' cols=60 rows=5> + [%- IF problem.extra.public_response -%] + [%- problem.extra.public_response | html -%] + [%- ELSE -%] + +Freundliche Grüsse +Ihre Stadt Zürich + [%- END %]</textarea> </li> </ul> |