diff options
Diffstat (limited to 'templates/web/base/admin/update_edit.html')
-rw-r--r-- | templates/web/base/admin/update_edit.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/base/admin/update_edit.html b/templates/web/base/admin/update_edit.html index 34e64310f..cb420fc67 100644 --- a/templates/web/base/admin/update_edit.html +++ b/templates/web/base/admin/update_edit.html @@ -53,6 +53,9 @@ <li>[% loc('Cobrand:') %] [% update.cobrand %]</li> <li>[% loc('Cobrand data:') %] [% update.cobrand_data %]</li> <li>[% loc('Created:') %] [% PROCESS format_time time=update.created %]</li> +[% IF update.get_extra_metadata('external_status_code') %] +<li>[% loc('External status code:') %] [% update.get_extra_metadata('external_status_code') | html %]</li> +[% END %] [% IF update.photo %] <li> |