aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/fixmystreet.com/contact/who.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/fixmystreet.com/contact/who.html')
-rw-r--r--templates/web/fixmystreet.com/contact/who.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/web/fixmystreet.com/contact/who.html b/templates/web/fixmystreet.com/contact/who.html
index 7084c17dc..cdfc4eff8 100644
--- a/templates/web/fixmystreet.com/contact/who.html
+++ b/templates/web/fixmystreet.com/contact/who.html
@@ -1,3 +1,4 @@
+[% IF NOT problem %]
<h4>Topic:</h4>
[% IF field_errors.dest %]
@@ -55,8 +56,8 @@
</div>
<div class="checkbox-group">
- <input name="dest" id="dest_feeback" type="radio" value="feeback" class="required"[% IF dest AND dest == 'feeback' %] checked[% END %]>
- <label class="inline" for="dest_feeback">I have feedback about the site</label>
+ <input name="dest" id="dest_feedback" type="radio" value="feedback" class="required"[% IF dest AND dest == 'feedback' %] checked[% END %]>
+ <label class="inline" for="dest_feedback">I have feedback about the site</label>
</div>
<div class="checkbox-group">
@@ -73,3 +74,4 @@
<input name="dest" id="dest_update" type="radio" value="update"[% IF dest AND dest == 'update' %] checked[% END %]>
<label class="inline" for="dest_update">My street problem hasn't been fixed</label>
</div>
+[% END %]