barcode_url mail template

This commit is contained in:
Philipp Dormann 2024-11-22 10:45:57 +01:00
parent c33b2194ea
commit c13fb48b4b
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
<link
rel="preload"
as="image"
href="https://barcodeapi.org/api/8/12345670?"
href="{{barcode_url}}"
/>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta name="x-apple-disable-message-reformatting" />
@ -203,7 +203,7 @@
<img
title="Dein Registrierungs-Code"
alt="Dein Registrierungs-Code"
src="https://barcodeapi.org/api/8/12345670?"
src="{{barcode_url}}"
style="
display: block;
outline: none;

View File

@ -10,7 +10,7 @@
<link
rel="preload"
as="image"
href="https://barcodeapi.org/api/8/12345670?"
href="{{barcode_url}}"
/>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta name="x-apple-disable-message-reformatting" />
@ -202,7 +202,7 @@
<img
title="Your registration code"
alt="Your registration code"
src="https://barcodeapi.org/api/8/12345670?"
src="{{barcode_url}}"
style="
display: block;
outline: none;