mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-08-23 05:53:57 -07:00
add id to totp_form.html in order to identify the div which contains the
svg
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user