Skip to content

Commit

Permalink
Add css class qrlink to images on sponsorscanning landing page
Browse files Browse the repository at this point in the history
This was already done on the other pages with QR codes, but somehow
these were missed.

Needed so a conference skin can avoid adding borders around them,
because borders on the images make QR readers not like them.
  • Loading branch information
mhagander committed Dec 8, 2023
1 parent e2df30e commit 4c56f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.jinja/confsponsor/scanner_landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h3>Personal link</h3>
Or scan this QR code:
</p>
<p>
<img src="data:image/png;base64,{{qrlink}}" />
<img class="qrlink" src="data:image/png;base64,{{qrlink}}" />
</p>

<p>
Expand Down Expand Up @@ -78,6 +78,6 @@ <h2>Test</h2>
conference. You can find a code to test with at
</p>
<p>
<img src="data:image/png;base64,{{qrtest}}" />
<img class="qrlink" src="data:image/png;base64,{{qrtest}}" />
</p>
{%endblock%}

0 comments on commit 4c56f19

Please sign in to comment.