summaryrefslogtreecommitdiff
path: root/template/docs.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/docs.html.j2')
-rw-r--r--template/docs.html.j213
1 files changed, 11 insertions, 2 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 5c966827..97a7455a 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -116,6 +116,17 @@
{% trans %}
An app for taking in cash and handing out electronic cash.
{% endtrans %}
+ </div>
+
+ <div class="col-lg-4 mb-4">
+ <a href="/papers/esorics2022-age-restriction.pdf" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-parental-discretion-233685.svg') }}" height=60>
+ <h3>{{ _("Age Restrictions")}}</h3>
+ </a>
+ {% trans %}
+ Cryptographic background on how parents can set age-restrictions on Taler coins
+ to protect minors from inappropriate purchases while preserving privacy for everyone.
+ {% endtrans %}
</div>
</div>
@@ -235,7 +246,6 @@
GNU Taler payment plugin for the Pretix ticketing system.
{% endtrans %}
</div>
-
</div>
<div class="row mt-5">
@@ -270,7 +280,6 @@
Documentation on how to configure Know-your-customer (KYC) rules for a Taler Exchange.
{% endtrans %}
</div>
-
</div>
</div>
{% endblock body_content %}