From 6a0ca701ccaf9599219b298934d31614ef86dbb6 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 18 Sep 2021 17:04:14 -0500 Subject: [PATCH] Improve accept button in privacy policy --- conf/templates/privacy_policy/en/1.0.html | 25 +++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/conf/templates/privacy_policy/en/1.0.html b/conf/templates/privacy_policy/en/1.0.html index e01f633..f31f03f 100644 --- a/conf/templates/privacy_policy/en/1.0.html +++ b/conf/templates/privacy_policy/en/1.0.html @@ -142,14 +142,23 @@ Please review the terms and conditions before using this Service.

- {% if not public_version %} - -
- - - - -
+ {% if has_consented %} +
+

+ Note: You have already accepted the privacy policy. +

+ + {% else %} + {% if not public_version %} +
+ +
+ + + + +
+ {% endif %} {% endif %}