Unify the syntax used for the {% ... %} delimter in Jinja2 templates

According to the Jinja2 documentation the preferred usage for
the syntax of the {% ... %} delimter is {% ... %}. This patch
changes all occurcens of {%... and ...%} to {% ... %}.

Change-Id: I49243a16b71237bea47bc29f11508e16e77e3621
This commit is contained in:
Christian Berendt 2015-01-19 20:58:15 +01:00
parent 27ccf91997
commit 31f7f50ff1
15 changed files with 18 additions and 18 deletions