Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar authored Feb 22, 2024
1 parent b59fcaa commit fd98bad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Mehrwertsteuer 19%: ##mwst##
Gesamttotal: ##gesamttotal##
```

So könnte unsere Twig-Logik könnte dann wie folgt aussehen:
So könnte unsere Twig-Logik dann aussehen:

```twig
{% if rawTokens.has('form_anzahl_prospekte') %}
Expand All @@ -41,4 +41,4 @@ Tada! 🎉

{{% notice tip %}}
Verwende den [Twig-Filter `number_format`](https://twig.symfony.com/doc/3.x/filters/number_format.html), um die Zahlen nach deinen Wünschen zu formatieren!
{{% /notice %}}
{{% /notice %}}

0 comments on commit fd98bad

Please sign in to comment.