aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-04-17 10:06:28 +0100
committerStruan Donald <struan@exo.org.uk>2014-04-17 10:06:28 +0100
commit2edcbe06b98e0f1daa11173477b7a90a57efcdbc (patch)
tree7b8ba67246b743ae568bf215810e59dfe19db170 /templates/web/default
parent0625dbe113dc88fe707ca1fb036bf0a580781e15 (diff)
parent565c6498aefea0fd39ec7453019bbf86b52672dd (diff)
Merge branch 'improve-contact-form'
Diffstat (limited to 'templates/web/default')
-rw-r--r--templates/web/default/contact/index.html2
-rw-r--r--templates/web/default/contact/who.html0
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