diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/principles.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/principles.html.j2 b/template/principles.html.j2 index ed12b1e..b17b9f4 100644 --- a/template/principles.html.j2 +++ b/template/principles.html.j2 @@ -59,7 +59,7 @@ <div class="col-lg-12"> <h2>{{ _("2. Protect the privacy of buyers") }}</h2> <!-- From https://www.pixabay.com/ --> - <img style="width:20vw;float:left;padding:15px" src="{{ url_static('images/2-buyer-privacy.jpg') }}" alt="{{_("You deserve some privacy")}}"> + <img style="width:20vw;float:left;padding:15px" src="{{ url_static('images/2-buyer-privacy.png') }}" alt="{{_("You deserve some privacy")}}"> <p> {% trans %} Privacy is most meaningful when it is guaranteed via technical measures, as opposed to mere |