diff --git a/wcs/backoffice/management.py b/wcs/backoffice/management.py index ac70afb29..f8166cab3 100644 --- a/wcs/backoffice/management.py +++ b/wcs/backoffice/management.py @@ -2695,7 +2695,8 @@ class FormBackOfficeStatusPage(FormStatusPage): (get_publisher().get_backoffice_root().is_accessible('forms') or get_publisher().get_backoffice_root().is_accessible('workflows'))): r += htmltext('
') - r += htmltext('

%s

') % _('Data Inspector') + r += htmltext('

' % formdata.get_url(backoffice=True)) + r += htmltext('%s

') % _('Data Inspector') r += htmltext('
') return r.getvalue()