diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/policy_sample.html.j2 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/policy_sample.html.j2 b/templates/policy_sample.html.j2 index 92b88a5..86cf75e 100644 --- a/templates/policy_sample.html.j2 +++ b/templates/policy_sample.html.j2 @@ -10,7 +10,8 @@ {% block content %} -<h2 style="color: red">This is a sample privacy policy and terms of use document. You must replace this with your own when deploying.</h2> +<h2 style="color: red">This is a sample privacy policy and terms of use document. + Do not deploy this sample as-is — tailor it to your specific environment and legal requirements.</h2> <p>Last updated: 19 April 2026</p> @@ -45,7 +46,7 @@ <h3>Limitation of liability</h3> <p> - To the fullest extent permitted by law, the operator of this diddle instance + To the fullest extent permitted by law, the operator of <a href="/">{{ instance_domain }}</a> shall not be liable for any indirect, incidental, or consequential damages arising from your use of the service, including but not limited to loss of data. </p> @@ -75,14 +76,14 @@ <h3>How do we use your data?</h3> <p> - Your data is used solely to provide the scheduling functionality of diddle. - Your email address maybe used to send you notifications about polls you manage. + Your data is used solely to provide the scheduling functionality of <i>diddle</i>. + Your email address may be used to send you notifications about polls you manage. We do not use your data for any other purpose. </p> <h3>Cookies</h3> <p> - Diddle uses only strictly necessary functional cookies to remember which + <i>diddle</i> uses only strictly necessary functional cookies to remember which polls you have created or voted in, and your display mode preference. These cookies do not track you across websites and are not used for analytics, advertising, or any other purpose. @@ -92,7 +93,7 @@ <p> All data is stored within the European Union. Your data is not transferred outside the EU and is not shared with any third parties. - Your data is stored encrypted at rest and in flight. + Your data is encrypted at rest and in flight. </p> <h3>Data retention</h3> |
