diff options
-rw-r--r-- | templates/web/zurich/about/faq-de-ch.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zurich/about/faq-de-ch.html b/templates/web/zurich/about/faq-de-ch.html index 58bbe21a4..ec6cc8819 100644 --- a/templates/web/zurich/about/faq-de-ch.html +++ b/templates/web/zurich/about/faq-de-ch.html @@ -19,13 +19,13 @@ <li>Grünflächen / Spielplätze</li> <li>Strasse / Trottoir / Platz</li> <li>VBZ / ÖV</li> - [% IF date.format(format = '%Y%m%d') >= 20190708 %] + [% IF date.format(format = '%Y%m%d') >= 20190710 %] <li>Schädlinge</li> [% END %] </ul> - [% IF date.format(format = '%Y%m%d') < 20190708 %] + [% IF date.format(format = '%Y%m%d') < 20190710 %] <p>Ratten können in der Kategorie «Grünflächen / Spielplätze» gemeldet werden.</p> [% END %] |