summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-16 23:12:22 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-16 23:12:22 +0200
commita9761ad1528d9d188803d338bdbb8ae78b99b913 (patch)
tree9076b5882be896e8184e7288112103fd2c1e617a /template
parentf38ca2cb501fd0bf6afc25fe52725a29ed88a385 (diff)
downloadwww-a9761ad1528d9d188803d338bdbb8ae78b99b913.tar.gz
www-a9761ad1528d9d188803d338bdbb8ae78b99b913.tar.bz2
www-a9761ad1528d9d188803d338bdbb8ae78b99b913.zip
add age-restrictions
Diffstat (limited to 'template')
-rw-r--r--template/docs.html.j222
1 files changed, 11 insertions, 11 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 2f7193ed..0725621b 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -303,16 +303,6 @@
{% endtrans %}
</div>
- <div class="col-lg-4">
- <a href="/papers/esorics2022-age-restriction.pdf">
- <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>
<div class="row mt-5">
@@ -422,7 +412,17 @@
</a>
{{ _("Integeration with EMVco PoS systems (to be started soon).") }}
</div>
-
+
+ <div class="col-lg-4">
+ <a href="/papers/esorics2022-age-restriction.pdf">
+ <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>
<div class="row mt-5">
</div>