summaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.html.j2')
-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>