summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-24 10:12:52 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-24 10:12:52 +0200
commitf87130713a9e04bb2c017b11c47d32d9f8635958 (patch)
tree0755a6257b5e780e3e2df79491b59c9f116ce66a /template
parent3009120bf5e40a3ab2881b7cdf02bb228ecb77de (diff)
downloadwww-f87130713a9e04bb2c017b11c47d32d9f8635958.tar.gz
www-f87130713a9e04bb2c017b11c47d32d9f8635958.tar.bz2
www-f87130713a9e04bb2c017b11c47d32d9f8635958.zip
adaptations based on suggestions from RMS
Diffstat (limited to 'template')
-rw-r--r--template/index.html.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index d0feda98..2598536c 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -43,6 +43,10 @@
<img class="checkmark" src="{{ url_static('images/checkmark.png') }}">
{{ _("Empowers communities to run their own payment infrastructure")}}
</li>
+ <li>
+ <img class="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <a href="https://gnu.org/philosophy/free-sw.html">{{ _("Free Software") }}</a>
+ </li>
</ul>
<form action="https://demo.taler.net/" style="display:inline;"><button type="submit" class="btn btn-primary">{{ _("Try Demo!")}}</button></form>
<form action="https://docs.taler.net/" style="display:inline;"><button type="submit" class="btn btn-secondary">{{ _("Read Docs")}}</button></form>