summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-24 17:22:40 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-24 17:22:40 +0100
commit90230324e0f510e361c32b5ca5a6adbb60e190de (patch)
treed37819a04f6df1478c178dfaf21ffbaffe9d709b
parent546f336783987dd4ed34cfc32e2b321d2fd1fa75 (diff)
avoid adding redundant strings for translation
-rw-r--r--template/faq.html.j221
1 files changed, 3 insertions, 18 deletions
diff --git a/template/faq.html.j2 b/template/faq.html.j2
index 05feb4f8..4b388593 100644
--- a/template/faq.html.j2
+++ b/template/faq.html.j2
@@ -25,26 +25,11 @@
</section>
</article>
<!--
-<h2>{{ _("Q?") }}</h2>
-{% trans %}
-<p>
-A:
-</p>
-{% endtrans %}
+<h2>{{ ("Q?") }}</h2>
-<h2>{{ _("Q?") }}</h2>
-{% trans %}
-<p>
-A:
-</p>
-{% endtrans %}
+<h2>{{ ("Q?") }}</h2>
-<h2>{{ _("Q?") }}</h2>
-{% trans %}
-<p>
-A:
-</p>
-{% endtrans %}
+<h2>{{ ("Q?") }}</h2>
-->
</div>