commit 17b607237e705c9f17b6f492e1d7a5a8d71ecb0c
parent c167a8ea2bbb86e945dee3e2ab6b4ba135049827
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 23 Mar 2017 20:28:57 +0100
never have empty trans tags
empty trans tags are translated to the metadata of the translation ...
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/architecture.html.j2 b/architecture.html.j2
@@ -5,8 +5,6 @@
<div class="container text-center">
<h1>{{ _("Taler System Architecture") }}</h1>
<p>
- {% trans %}
- {% endtrans %}
</p>
</div>