diff options
Diffstat (limited to 'templates/web/default/contact')
-rw-r--r-- | templates/web/default/contact/address.html | 11 | ||||
-rw-r--r-- | templates/web/default/contact/index.html | 4 |
2 files changed, 1 insertions, 14 deletions
diff --git a/templates/web/default/contact/address.html b/templates/web/default/contact/address.html deleted file mode 100644 index b7ff37e5c..000000000 --- a/templates/web/default/contact/address.html +++ /dev/null @@ -1,11 +0,0 @@ -<div class="contact-details"> -<p>FixMyStreet is a service provided by mySociety, which is the project of a -registered charity. The charity is called UK Citizens Online Democracy and is charity number 1076346.</p> -<p>mySociety can be contacted by email at <a href="mailto:hello@mysociety.org">hello@mysociety.org</a>, -or by post at:</p> -<p>mySociety<br> -483 Green Lanes<br> -London<br> -N13 4BS<br> -UK</p> -</div> diff --git a/templates/web/default/contact/index.html b/templates/web/default/contact/index.html index 2c0c2ff02..a644ed952 100644 --- a/templates/web/default/contact/index.html +++ b/templates/web/default/contact/index.html @@ -92,10 +92,8 @@ <textarea class="required" name="message" id="form_message" rows="7" cols="50">[% message | html %]</textarea></div> <div class="checkbox"><input type="submit" value="[% loc('Post') %]"></div> -[% c.cobrand.form_elements('contactForm') %] - </form> -[% INCLUDE 'contact/address.html' %] +[% TRY %][% INCLUDE 'contact/address.html' %][% CATCH file %][% END %] [% INCLUDE 'footer.html' %] |