From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/privacy.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 templates/privacy.html (limited to 'templates/privacy.html') diff --git a/templates/privacy.html b/templates/privacy.html new file mode 100644 index 00000000..335aba92 --- /dev/null +++ b/templates/privacy.html @@ -0,0 +1,43 @@ + +{% 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 "Privacy policy" %} +
+
+

+ {% 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 %} + -- cgit v1.2.3-1-g7c22