summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/development.html.j214
-rw-r--r--template/docs.html.j213
2 files changed, 13 insertions, 14 deletions
diff --git a/template/development.html.j2 b/template/development.html.j2
index 4eaa01a8..910e4d64 100644
--- a/template/development.html.j2
+++ b/template/development.html.j2
@@ -83,17 +83,6 @@
</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 class="col-lg-4 mb-4">
<a href="https://git.taler.net/mch2022.git/" target="_blank" rel="noopener noreferrer">
<img src="{{ url('icons/noun-id-badge-348401.svg') }}" height=60>
<h3>{{ _("MCH 2022 Badge Integration") }}</h3>
@@ -118,7 +107,6 @@
</a>
{{ _("Hardware security module for GNU Taler (to be started soon).") }}
</div>
- </div>
<div class="col-lg-4 mb-4">
<a href="" target="_blank" rel="noopener noreferrer">
@@ -129,6 +117,7 @@
GNU Taler payment plugin for Payage/Joomla! (coming soon).
{% endtrans %}
</div>
+</div>
<div class="row mt-5">
</div>
@@ -139,6 +128,7 @@
</div>
<div class="row mt-5">
</div>
+
<div class="row">
<div class="col-lg-4 mb-4">
<a href="https://lists.gnu.org/mailman/listinfo/taler" target="_blank" rel="noopener noreferrer">
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 %}