summaryrefslogtreecommitdiff
path: root/template/old-news.html.j2
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-09-02 15:10:00 +0000
committerng0 <ng0@taler.net>2019-09-02 15:10:00 +0000
commit33339626a1e592919b17ff11a275bccc861e4994 (patch)
treecd0ce048daef5ea8569af7b5d263b26c7bb6d975 /template/old-news.html.j2
parent4cbc23334127699b58b1b5f9822fd312be915507 (diff)
downloadwww-33339626a1e592919b17ff11a275bccc861e4994.tar.gz
www-33339626a1e592919b17ff11a275bccc861e4994.tar.bz2
www-33339626a1e592919b17ff11a275bccc861e4994.zip
syntax fixes, gettext block fixes, commit new po files.
Diffstat (limited to 'template/old-news.html.j2')
-rw-r--r--template/old-news.html.j262
1 files changed, 31 insertions, 31 deletions
diff --git a/template/old-news.html.j2 b/template/old-news.html.j2
index fe339cd8..611b4ae8 100644
--- a/template/old-news.html.j2
+++ b/template/old-news.html.j2
@@ -1,44 +1,44 @@
{% extends "common/base.j2" %}
{% block body_content %}
-<div class="jumbotron">
- <div class="container text-center">
- <h1>{{ _("Older News") }}</h1>
- <div class="col-lg-12">
- <p>
- {% trans %}
- This page documents the GNU Taler history.
- {% endtrans %}
- </p>
+ <div class="jumbotron">
+ <div class="container text-center">
+ <h1>{{ _("Older News") }}</h1>
+ <div class="col-lg-12">
+ <p>
+ {% trans %}
+ This page documents the GNU Taler history.
+ {% endtrans %}
+ </p>
+ </div>
</div>
</div>
-</div>
-<div class="container">
- <div class="row">
- <div class="col-lg-12">
+ <div class="container">
+ <div class="row">
+ <div class="col-lg-12">
-{#
- {% include "news/2016-12.inc" %}
-#}
-{% include "news/2016-10.inc" %}
-{% include "news/2016-09.inc" %}
-{% include "news/2016-08.inc" %}
-{% include "news/2016-06.inc" %}
-{% include "news/2015-12.inc" %}
+ {#
+ {% include "news/2016-12.inc" %}
+ #}
+ {% include "news/2016-10.inc" %}
+ {% include "news/2016-09.inc" %}
+ {% include "news/2016-08.inc" %}
+ {% include "news/2016-06.inc" %}
+ {% include "news/2015-12.inc" %}
-{#
- {% include "news/2015-11.inc" %}
-#}
+ {#
+ {% include "news/2015-11.inc" %}
+ #}
-{% include "news/2015-02.inc" %}
-{#
- {% include "news/2014-12.inc" %}
-#}
-{% include "news/2014-11.inc" %}
+ {% include "news/2015-02.inc" %}
+ {#
+ {% include "news/2014-12.inc" %}
+ #}
+ {% include "news/2014-11.inc" %}
+ </div>
</div>
- </div>
-</div> <!-- /container -->
+ </div> <!-- /container -->
{% endblock body_content %}