diff options
author | Struan Donald <struan@exo.org.uk> | 2014-04-17 10:06:28 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-04-17 10:06:28 +0100 |
commit | 2edcbe06b98e0f1daa11173477b7a90a57efcdbc (patch) | |
tree | 7b8ba67246b743ae568bf215810e59dfe19db170 /templates/web/default | |
parent | 0625dbe113dc88fe707ca1fb036bf0a580781e15 (diff) | |
parent | 565c6498aefea0fd39ec7453019bbf86b52672dd (diff) |
Merge branch 'improve-contact-form'
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/contact/index.html | 2 | ||||
-rw-r--r-- | templates/web/default/contact/who.html | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/contact/index.html b/templates/web/default/contact/index.html index 73e94fb33..8789fd03e 100644 --- a/templates/web/default/contact/index.html +++ b/templates/web/default/contact/index.html @@ -83,6 +83,8 @@ <label for="form_subject">[% loc('Subject:') %]</label> <input type="text" class="required" name="subject" id="form_subject" value="[% subject | html %]" size="30"></div> +[% INCLUDE 'contact/who.html' %] + [% IF field_errors.message %] <div class="form-error">[% field_errors.message %]</div> [% END %] diff --git a/templates/web/default/contact/who.html b/templates/web/default/contact/who.html new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/templates/web/default/contact/who.html |