summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-18 19:46:22 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-18 19:46:22 +0800
commit137cc0519e2ffd4b7a6f2511459c2577e0cd317b (patch)
tree66efdbeae562b918bc6cdb686bc4a6e45bb7d16b /template
parenta7e09ea1637274b556943ebf10fd3fc74a9b23cd (diff)
downloadwww-137cc0519e2ffd4b7a6f2511459c2577e0cd317b.tar.gz
www-137cc0519e2ffd4b7a6f2511459c2577e0cd317b.tar.bz2
www-137cc0519e2ffd4b7a6f2511459c2577e0cd317b.zip
fix news
Diffstat (limited to 'template')
-rw-r--r--template/news/2023-12-01.html.j217
-rw-r--r--template/news/2023-12.html.j216
2 files changed, 17 insertions, 16 deletions
diff --git a/template/news/2023-12-01.html.j2 b/template/news/2023-12-01.html.j2
new file mode 100644
index 00000000..c5a24504
--- /dev/null
+++ b/template/news/2023-12-01.html.j2
@@ -0,0 +1,17 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>2023-12: Launch of NGI TALER: A Privacy-Preserving Payment System Initiative</h1>
+<p>
+We are excited to announce the creation of an EU-funded consortium
+with the central objective to launch GNU Taler as a privacy-preserving payment system across Europe.
+</p>
+<h2>Funding opportunities for developers</h2>
+<p>
+Join us on our journey towards informational self-determination in payments.
+As part of NGI TALER, <a href="https://nlnet.nl/">NLnet Foundation</a>
+is running an <a href="https://nlnet.nl/taler">open call</a> and will award grants
+to third parties working on GNU Taler enhancements <b>globally</b>. The application
+process is <a href="https://nlnet.nl/propose">simple</a> and the first
+submission deadline is <b>February 1st 2024</b>.
+</p>
+{% endblock body_content %}
diff --git a/template/news/2023-12.html.j2 b/template/news/2023-12.html.j2
index 574800a7..c95fbf52 100644
--- a/template/news/2023-12.html.j2
+++ b/template/news/2023-12.html.j2
@@ -12,20 +12,4 @@ The venue is located at 新竹縣竹北市嘉豐南路一段 11 號, Taiwan. For
<img class="img-fluid" src="{{ url_static('images/g0v-hackath59n.png') }}">
</div>
</div>
-{#
-<h1>2023-12: Launch of NGI TALER: A Privacy-Preserving Payment System Initiative</h1>
-<p>
-We are excited to announce the creation of an EU-funded consortium
-with the central objective to launch GNU Taler as a privacy-preserving payment system across Europe.
-</p>
-<h2>Funding opportunities for developers</h2>
-<p>
-Join us on our journey towards informational self-determination in payments.
-As part of NGI TALER, <a href="https://nlnet.nl/">NLnet Foundation</a>
-is running an <a href="https://nlnet.nl/taler">open call</a> and will award grants
-to third parties working on GNU Taler enhancements <b>globally</b>. The application
-process is <a href="https://nlnet.nl/propose">simple</a> and the first
-submission deadline is <b>February 1st 2024</b>.
-</p>
-#}
{% endblock body_content %}