1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-01-27 23:55:19 +00:00
webvirtcloud/accounts/templates/accounts/email/otp.html
2020-10-19 14:26:08 +06:00

7 lines
No EOL
158 B
HTML

{% load i18n %}
{% load qr_code %}
{% blocktrans %}
Scan this QR code to get OTP for account '{{ user }}'
{% endblocktrans %}
<br>
{% qr_from_text totp_url %}