X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/10efc0a4a93e14927ad3eec982e44233b8164509..f663d83fa599b3bae252015d7a88550652681c49:/osqa/forum/skins/default/templates/privacy.html
diff --git a/osqa/forum/skins/default/templates/privacy.html b/osqa/forum/skins/default/templates/privacy.html
new file mode 100644
index 0000000..e66086d
--- /dev/null
+++ b/osqa/forum/skins/default/templates/privacy.html
@@ -0,0 +1,42 @@
+{% extends "base_content.html" %}
+
+{% load extra_tags %}
+{% load i18n %}
+{% load humanize %}
+{% block title %}{% spaceless %}{% trans "Privacy policy" %}{% endspaceless %}{% endblock %}
+{% block forejs %}
+{% endblock %}
+{% block content %}
+
+
+ {% trans "general message about privacy" %}
+
+
+
{% trans "Site Visitors" %}
+
+ {% trans "what technical information is collected about visitors" %}
+
+
+
{% trans "Personal Information" %}
+
+ {% trans "details on personal information policies" %}
+
+
+
{% trans "Other Services" %}
+
+ {% trans "details on sharing data with third parties" %}
+
+
+
Cookies
+
+ {% trans "cookie policy details" %}
+
+
{% trans "Policy Changes" %}
+
{% trans "how privacy policies can be changed" %}
+
+
+{% endblock %}
+