diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-02 14:20:48 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-02 14:20:48 +0100 |
commit | 619fc7c89f8be01a2630a42b346cb5fce558edc0 (patch) | |
tree | 44ada44c144e1d10a55e5699c6745855161c5cc9 | |
parent | 510af28e0bcda19b4f2bf181aaebc05975a7533f (diff) | |
parent | be24a36ad548a91a0b99f6c9fe660ab84a9f0963 (diff) |
Merge branch 'zurich-help'
-rw-r--r-- | templates/web/zurich/about/faq-de-ch.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/zurich/about/faq-de-ch.html b/templates/web/zurich/about/faq-de-ch.html index 121a9b6af..58bbe21a4 100644 --- a/templates/web/zurich/about/faq-de-ch.html +++ b/templates/web/zurich/about/faq-de-ch.html @@ -1,4 +1,5 @@ [% INCLUDE 'header.html', title => loc('Help'), bodyclass => 'fullwidthpage' %] +[% USE date %] <h1><a name="faq"></a>Hilfe</h1> @@ -18,10 +19,15 @@ <li>Grünflächen / Spielplätze</li> <li>Strasse / Trottoir / Platz</li> <li>VBZ / ÖV</li> + [% IF date.format(format = '%Y%m%d') >= 20190708 %] + <li>Schädlinge</li> + [% END %] </ul> + [% IF date.format(format = '%Y%m%d') < 20190708 %] <p>Ratten können in der Kategorie «Grünflächen / Spielplätze» gemeldet werden.</p> + [% END %] <h3>Was kann ich nicht über «Züri wie neu» melden?</h3> |