summaryrefslogtreecommitdiffstats
path: root/templates/privacy.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-07-10 19:13:45 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-07-10 19:13:45 -0400
commitf0524f6614d145ee8031cf381342c56e1f065335 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /templates/privacy.html
parent1ec02bd63bc9367637832f23cd011b660b68dc86 (diff)
downloadaskbot-f0524f6614d145ee8031cf381342c56e1f065335.tar.gz
askbot-f0524f6614d145ee8031cf381342c56e1f065335.tar.bz2
askbot-f0524f6614d145ee8031cf381342c56e1f065335.zip
deleted all
Diffstat (limited to 'templates/privacy.html')
-rw-r--r--templates/privacy.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/templates/privacy.html b/templates/privacy.html
deleted file mode 100644
index 335aba92..00000000
--- a/templates/privacy.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!-- privacy.html -->
-{% extends "base_content.html" %}
-{% load extra_tags %}
-{% load i18n %}
-{% load humanize %}
-{% block title %}{% spaceless %}{% trans "Privacy policy" %}{% endspaceless %}{% endblock %}
-{% block forejs %}
-{% endblock %}
-{% block content %}
-<div class="headNormal">
- {% trans "Privacy policy" %}
-</div>
-<div id="main-body" style="width:100%">
- <p>
- {% trans "general message about privacy" %}
- </p>
-
- <h3 class="subtitle">{% trans "Site Visitors" %}</h3>
- <p>
- {% trans "what technical information is collected about visitors" %}
- </p>
-
- <h3 class="subtitle">{% trans "Personal Information" %}</h3>
- <p>
- {% trans "details on personal information policies" %}
- </p>
-
- <h3 class="subtitle">{% trans "Other Services" %}</h3>
- <p>
- {% trans "details on sharing data with third parties" %}
- </p>
-
- <h3 class="subtitle">Cookies</h3>
- <p>
- {% trans "cookie policy details" %}
- </p>
- <h3 class="subtitle">{% trans "Policy Changes" %}</h3>
- <p>{% trans "how privacy policies can be changed" %}
- </p>
- <br><br>
-</div>
-{% endblock %}
-<!-- end privacy.html -->