mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-23 18:01:30 -08:00
add id to totp_form.html in order to identify the div which contains the
svg
This commit is contained in:
parent
e65a1026f8
commit
6a21866e8f
@ -7,7 +7,7 @@
|
|||||||
{% include "base_navbar.html" %}
|
{% include "base_navbar.html" %}
|
||||||
{% include "base_heading.html" %}
|
{% include "base_heading.html" %}
|
||||||
<div class="containe mt-4">
|
<div class="containe mt-4">
|
||||||
<div class="d-flex justify-content-center">
|
<div class="d-flex justify-content-center" id="svgcontainer">
|
||||||
<style> svg { transform: scale(1.5); } </style>
|
<style> svg { transform: scale(1.5); } </style>
|
||||||
{{ qr | safe }}
|
{{ qr | safe }}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user