diff options
author | Jon Kristensen <info@jonkri.com> | 2014-03-13 18:04:35 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-03-14 12:33:39 +0000 |
commit | 5e3b8b21366c0269409d07569256787a24a91aee (patch) | |
tree | 8e2d22e63f5fd2533dc8adc4eaea489228566652 /templates | |
parent | 797546c15d00dee15051495901c1dbbf96b0508f (diff) |
Minor template fixes for FixaMinGata
* Use correct body name value in submit templates
* Update FAQ to link to MySociety's repository instead of our own
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/fixamingata/submit-brent.txt | 2 | ||||
-rw-r--r-- | templates/email/fixamingata/submit.txt | 2 | ||||
-rwxr-xr-x | templates/web/fixamingata/faq/faq-sv.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/email/fixamingata/submit-brent.txt b/templates/email/fixamingata/submit-brent.txt index c94e6e1e4..75a954765 100644 --- a/templates/email/fixamingata/submit-brent.txt +++ b/templates/email/fixamingata/submit-brent.txt @@ -1,6 +1,6 @@ Subject: FMS Problem Report: <?=$values['title']?> -Dear <?=$values['councils_name']?>, +Dear <?=$values['bodies_name']?>, <?=$values['missing']?><?=$values['multiple']?>A user of FixMyStreet has submitted the following report diff --git a/templates/email/fixamingata/submit.txt b/templates/email/fixamingata/submit.txt index 1fd9b8d25..547099ba6 100644 --- a/templates/email/fixamingata/submit.txt +++ b/templates/email/fixamingata/submit.txt @@ -1,6 +1,6 @@ Subject: Ny rapport: <?=$values['title']?> -Till <?=$values['councils_name']?>, +Till <?=$values['bodies_name']?>, Det här meddelandet rör en rapport om ett problem i gatumiljön som en medborgare lämnat via tjänsten Fixa Min Gata. diff --git a/templates/web/fixamingata/faq/faq-sv.html b/templates/web/fixamingata/faq/faq-sv.html index 897a6f4e5..c21b3b45a 100755 --- a/templates/web/fixamingata/faq/faq-sv.html +++ b/templates/web/fixamingata/faq/faq-sv.html @@ -106,7 +106,7 @@ landsting i Sambruk. Tjänsten togs fram i samarbete med <a href="http://kivos.s <dt>Finns källkoden tillgänglig?</dt> <dd> Programvaran bakom den här tjänsten är öppen programvara och tillgänglig -under Affero GPL (AGPL). Du kan <a href="http://github.com/MorusAB/fixmystreet">ladda ner</a> källkoden och hjälpa oss utveckla den. Du är också välkommen att använda den i dina egna projekt! +under Affero GPL (AGPL). Du kan <a href="http://github.com/mysociety/fixmystreet">ladda ner</a> källkoden och hjälpa oss utveckla den. Du är också välkommen att använda den i dina egna projekt! </dd> </dl> <h2><a name="pul"></a>Personuppgiftsombud</h2> |