summaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-04 17:29:32 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-04 17:29:32 +0200
commitb99dd8e56b2ab3194ab276530f7d036a790cf6f5 (patch)
treea269ed6a34a86a093da3dd6316dbdcb4d2b76765 /template/index.html.j2
parent2c3e27f0e9f9b91376a4f1c2f87b58e4af0a6649 (diff)
downloadwww-b99dd8e56b2ab3194ab276530f7d036a790cf6f5.tar.gz
www-b99dd8e56b2ab3194ab276530f7d036a790cf6f5.tar.bz2
www-b99dd8e56b2ab3194ab276530f7d036a790cf6f5.zip
fix missing height/width
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j212
1 files changed, 6 insertions, 6 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index f01ec9c2..6100d196 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -17,27 +17,27 @@
<p>
<ul class="checklist">
<li>
- <img class="checkmark" alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
{{ _("Payments without registration")}}
</li>
<li>
- <img class="checkmark" alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
{{ _("Data protection by default")}}
</li>
<li>
- <img class="checkmark" alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
{{ _("Fraud eliminated by design")}}
</li>
<li>
- <img class="checkmark" alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
{{ _("Not a new currency!")}}
</li>
<li>
- <img class="checkmark" alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
{{ _("Empowers communities to run their own payment infrastructure")}}
</li>
<li>
- <img class="checkmark" alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
<a href="https://gnu.org/philosophy/free-sw.html">{{ _("Free Software") }}</a>
</li>
</ul>