diff --git a/accounts/templates/accounts/email/otp.html b/accounts/templates/accounts/email/otp.html
index 2833194..c80ec14 100644
--- a/accounts/templates/accounts/email/otp.html
+++ b/accounts/templates/accounts/email/otp.html
@@ -4,4 +4,6 @@
Scan this QR code to get OTP for account '{{ user }}'
{% endblocktrans %}
-{% qr_from_text totp_url %}
\ No newline at end of file
+{% qr_from_text totp_url %}
+
{% trans 'Some e-mail clients does not render SVG, also generating PNG.' %}
+{% qr_from_text totp_url size="s" image_format="png" error_correction="M" %}