diff options
-rw-r--r-- | templates/web/base/admin/config_page.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/base/admin/config_page.html b/templates/web/base/admin/config_page.html index f35cd6adb..87032b0b6 100644 --- a/templates/web/base/admin/config_page.html +++ b/templates/web/base/admin/config_page.html @@ -88,6 +88,9 @@ running version <strong>[% git_version || 'unknown' %]</strong>. [% INCLUDE subsection heading="MapIt" %] [% INCLUDE just_value value="MAPIT_URL" conf = "<a href='" _ c.config.MAPIT_URL _ "'>" _ c.config.MAPIT_URL _ "</a>" %] +[% IF c.config.MAPIT_API_KEY %] + [% INCLUDE just_value value="MAPIT_API_KEY" %] +[% END %] [% INCLUDE with_cobrand value="MAPIT_TYPES" cob = c.cobrand.area_types %] <tr> |