From 5b98526363a34c5c94d4ede0e8c44d262c085b78 Mon Sep 17 00:00:00 2001 From: anoadragon453 Date: Thu, 3 Jun 2021 16:21:02 +0000 Subject: deploy: fd9856e4a98fb3fa9c139317b0a3b79f22aff1c7 --- develop/privacy_policy_templates/en/1.0.html | 26 ++++++++++++++++++++++++ develop/privacy_policy_templates/en/success.html | 11 ++++++++++ 2 files changed, 37 insertions(+) create mode 100644 develop/privacy_policy_templates/en/1.0.html create mode 100644 develop/privacy_policy_templates/en/success.html (limited to 'develop/privacy_policy_templates') diff --git a/develop/privacy_policy_templates/en/1.0.html b/develop/privacy_policy_templates/en/1.0.html new file mode 100644 index 0000000000..321c7e4671 --- /dev/null +++ b/develop/privacy_policy_templates/en/1.0.html @@ -0,0 +1,26 @@ + + + + Matrix.org Privacy policy + + + {% if has_consented %} +

+ Your base already belong to us. +

+ {% else %} +

+ All your base are belong to us. +

+ {% if not public_version %} + +
+ + + + +
+ {% endif %} + {% endif %} + + diff --git a/develop/privacy_policy_templates/en/success.html b/develop/privacy_policy_templates/en/success.html new file mode 100644 index 0000000000..d55e90c94f --- /dev/null +++ b/develop/privacy_policy_templates/en/success.html @@ -0,0 +1,11 @@ + + + + Matrix.org Privacy policy + + +

+ Sweet. +

+ + -- cgit 1.5.1