aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/oxfordshire/report/_council_sent_info.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/web/oxfordshire/report/_council_sent_info.html b/templates/web/oxfordshire/report/_council_sent_info.html
index 5bc7949ff..4e534c517 100644
--- a/templates/web/oxfordshire/report/_council_sent_info.html
+++ b/templates/web/oxfordshire/report/_council_sent_info.html
@@ -1,11 +1,10 @@
[% IF problem.whensent || problem.can_display_external_id %]
<div class="council_info_box">
[% IF problem.can_display_external_id %]
+ [% reference = problem.get_extra_metadata('customer_reference') %]
<h3>
- [% IF problem.whensent %]
- Council ref:&nbsp;[% problem.external_id %]
- [% ELSE %]
- [% problem.external_body %] ref:&nbsp;[% problem.external_id %]
+ [% IF reference %]
+ [% problem.external_body %] Council ref:&nbsp;[% reference %]
[% END %]
</h3>
[% END %]