diff options
author | Joe Siltberg <git@joesiltberg.se> | 2019-05-23 10:28:54 +0200 |
---|---|---|
committer | Joe Siltberg <git@joesiltberg.se> | 2019-05-29 09:26:20 +0200 |
commit | 2a01567f6550e6dcb316d50da0b0efaea65bd1d7 (patch) | |
tree | 154d9b4101620d29b3d4f9381c9c025dac52e1ce | |
parent | 456a0ffa8e8421cca086b5fd1802e3eaba52820f (diff) |
[FixaMinGata] Updated template due to changes in the base template.
-rw-r--r-- | templates/web/fixamingata/report/updates-sidebar-notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixamingata/report/updates-sidebar-notes.html b/templates/web/fixamingata/report/updates-sidebar-notes.html index bb75bd1f1..e228ffff5 100644 --- a/templates/web/fixamingata/report/updates-sidebar-notes.html +++ b/templates/web/fixamingata/report/updates-sidebar-notes.html @@ -1 +1 @@ -<p>[% loc( 'Your information will only be used in accordance with our <a href="/privacy">privacy policy</a>' ) %]</p> +<p>[% tprintf( loc( 'Your information will only be used in accordance with our <a href="%s">privacy policy</a>' ), c.cobrand.privacy_policy_url ) %]</p> |