aboutsummaryrefslogtreecommitdiffstats
path: root/templates/website/problem
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@dracos.co.uk>2011-03-25 15:25:06 +0000
committerMatthew Somerville <matthew@dracos.co.uk>2011-03-25 15:25:06 +0000
commitf931e2f7146ee271807315a9830c71afc8ad6eb5 (patch)
tree042b0fd56636fdefde655b2e5d62d210a3d4776f /templates/website/problem
parent71c4b7a598c6b0b441eef63b1e1e016bd45e9991 (diff)
parent8db1506fb88902e70350d15ba9484180c9d9b3bb (diff)
Merge branch 'master' into reportemptyhomes
Conflicts: web/css/cobrands/emptyhomes/emptyhomes.css
Diffstat (limited to 'templates/website/problem')
-rw-r--r--templates/website/problem2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/website/problem b/templates/website/problem
index aba6b009c..4debc1d2e 100644
--- a/templates/website/problem
+++ b/templates/website/problem
@@ -37,7 +37,7 @@
<input type="hidden" name="submit_update" value="1">
<input type="hidden" name="id" value="{{ $input_h{id} }}">
<div><label for="form_name">{{ $name_label }}</label>
-<input type="text" name="name" id="form_name" value="{{ $input_h{name} }}" size="20"> (optional)</div>
+<input type="text" name="name" id="form_name" value="{{ $input_h{name} }}" size="20"> {{ $optional }}</div>
{{ if ( $field_errors{email}) {
"<div class='form-error'>$field_errors{email}</div>";
} }}