aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/contact/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/contact/index.html')
-rw-r--r--templates/web/default/contact/index.html2
1 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 %]