barcode_url mail template
This commit is contained in:
parent
c33b2194ea
commit
c13fb48b4b
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user