aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-06-14 14:56:29 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-06-14 14:56:29 +0100
commit5262d8328097fea1df58a760a2c15a1cd9e80e39 (patch)
tree9665e88bb49171bfed6c01d0d7898f05dd1a8c24
parentb1149a88d57abda412286a706005d17766fce8bf (diff)
parent8d34be5ab8b6f45e7f0ab66e2e4a6c5987bd580f (diff)
Merge branch '2512_extra_in_email_templates' of git://github.com/Sambruk/fixmystreet
-rw-r--r--templates/web/base/admin/extra-metadata-form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/extra-metadata-form.html b/templates/web/base/admin/extra-metadata-form.html
index 4fc5d8e3f..59d07ddf9 100644
--- a/templates/web/base/admin/extra-metadata-form.html
+++ b/templates/web/base/admin/extra-metadata-form.html
@@ -19,7 +19,7 @@
</select>
</label>
- <div class="admin-hint"><p>[% loc('The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates.') %]</p></div>
+ <div class="admin-hint"><p>[% loc('The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>report.get_extra_field_value("address")</code> in the templates.') %]</p></div>
<label>
[% loc('Code') %]
<input name="metadata[[% loop.index %]].code" data-field-name="code" type=text value="[% meta.code | html %]">