commit 0f62fd8b102ce9ad1d457c234f37ed96e1a8de46
parent 4c79fe781f42f66eebb84261f84869c4e488443a
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>