From 546f336783987dd4ed34cfc32e2b321d2fd1fa75 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 24 Feb 2019 17:20:10 +0100 Subject: avoid adding redundant strings for translation --- template/ev.html.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'template/ev.html.j2') diff --git a/template/ev.html.j2 b/template/ev.html.j2 index a9d27fc6..1e4da8bc 100644 --- a/template/ev.html.j2 +++ b/template/ev.html.j2 @@ -95,19 +95,19 @@
  • {{ _("2013-12 (constitutional meeting)") }} (txt)
  • -
  • {{ _("2014-12") }} +
  • 2014-12 (txt)
  • -
  • {{ _("2015-12") }} +
  • 2015-12 (txt)
  • -
  • {{ _("2016-12") }} +
  • 2016-12 (txt)
  • -
  • {{ _("2017-12") }} +
  • 2017-12 (txt)
  • -
  • {{_("2018-12") }} +
  • 2018-12 (txt)
  • -- cgit v1.2.3