aboutsummaryrefslogtreecommitdiff
path: root/citizens.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-08-22 21:14:45 +0200
committerChristian Grothoff <christian@grothoff.org>2017-08-22 21:14:45 +0200
commitc2920a90ae0a75f5f98d13702aecc9233028e4c9 (patch)
treec304c0c42ca7dc57b879b2eb9ae526e5ff962460 /citizens.html.j2
parent827d62def4a38325262226893e3fab942aeb4050 (diff)
downloadwww-c2920a90ae0a75f5f98d13702aecc9233028e4c9.tar.gz
www-c2920a90ae0a75f5f98d13702aecc9233028e4c9.zip
enable internationalization of SVGs
Diffstat (limited to 'citizens.html.j2')
-rw-r--r--citizens.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/citizens.html.j2 b/citizens.html.j2
index af3f0e6c..2d5b677d 100644
--- a/citizens.html.j2
+++ b/citizens.html.j2
@@ -133,8 +133,8 @@
133 </div> 133 </div>
134 134
135 <div class="col-lg-6"> 135 <div class="col-lg-6">
136 <img src="{{ url('images/citizen.svg') }}" 136 <img src="{{ svg_localized('images/citizen') }}"
137 alt="customer perspective" 137 alt="{{ _("customer perspective") }}"
138 style="float: right; margin: 5px 5px 5px 5px;" width="100%"> 138 style="float: right; margin: 5px 5px 5px 5px;" width="100%">
139 </div> 139 </div>
140 140