aboutsummaryrefslogtreecommitdiff
path: root/merchants.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 /merchants.html.j2
parent827d62def4a38325262226893e3fab942aeb4050 (diff)
downloadwww-c2920a90ae0a75f5f98d13702aecc9233028e4c9.tar.gz
www-c2920a90ae0a75f5f98d13702aecc9233028e4c9.zip
enable internationalization of SVGs
Diffstat (limited to 'merchants.html.j2')
-rw-r--r--merchants.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/merchants.html.j2 b/merchants.html.j2
index 56425d40..4b55cb00 100644
--- a/merchants.html.j2
+++ b/merchants.html.j2
@@ -176,7 +176,7 @@
176 </p> 176 </p>
177 </div> 177 </div>
178 <div class="col-lg-6"> 178 <div class="col-lg-6">
179 <img src="{{ url('images/backend.svg') }}" alt="customer perspective" style="float: right; margin: 5px 5px 5px 5px;" width="100%"> 179 <img src="{{ svg_localized('images/backend') }}" alt="{{ _("customer perspective")}}" style="float: right; margin: 5px 5px 5px 5px;" width="100%">
180 </div> 180 </div>
181</div> <!-- /container --> 181</div> <!-- /container -->
182{% endblock body_content %} 182{% endblock body_content %}