summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/common-base.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-10-10 11:49:55 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-10-10 11:49:55 +0200
commit5044d07865354927051500745aa523466203bbb4 (patch)
treea89ffe00e968676321741dcf906e469ae1612051 /talermerchantdemos/templates/common-base.html.j2
parent4914359b1dd7dc7e46d48f42d63b7ae9fa714ce5 (diff)
downloadtaler-merchant-demos-5044d07865354927051500745aa523466203bbb4.tar.gz
taler-merchant-demos-5044d07865354927051500745aa523466203bbb4.tar.bz2
taler-merchant-demos-5044d07865354927051500745aa523466203bbb4.zip
add missing alt text on logo
Diffstat (limited to 'talermerchantdemos/templates/common-base.html.j2')
-rw-r--r--talermerchantdemos/templates/common-base.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2
index af16e3b..e697b07 100644
--- a/talermerchantdemos/templates/common-base.html.j2
+++ b/talermerchantdemos/templates/common-base.html.j2
@@ -32,7 +32,7 @@
{% endblock %}
</div>
<a href="https://taler.net/">
- <img src="{{ static('logo-white.svg') }}" height="100" width="224" style="margin: 2em 2em"><br/>
+ <img src="{{ static('logo-white.svg') }}" alt="GNU Taler logo" height="100" width="224" style="margin: 2em 2em"><br/>
</a>
</header>