summaryrefslogtreecommitdiff
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.tar.bz2
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 @@
</p>
</div>
<div class="col-lg-6">
- <img src="{{ url('images/backend.svg') }}" alt="customer perspective" style="float: right; margin: 5px 5px 5px 5px;" width="100%">
+ <img src="{{ svg_localized('images/backend') }}" alt="{{ _("customer perspective")}}" style="float: right; margin: 5px 5px 5px 5px;" width="100%">
</div>
</div> <!-- /container -->
{% endblock body_content %}