11 lines
168 B
Django/Jinja
11 lines
168 B
Django/Jinja
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Revbank Deposit</title>
|
|
</head>
|
|
<body>
|
|
<p>Scan this code:</p>
|
|
{{ qr_svg | safe }}
|
|
<pre>{{ code }}</pre>
|
|
</body>
|
|
<html>
|