Completing functional conversions

This commit is contained in:
= 2019-09-02 04:56:45 -05:00
parent 3cfd9840e8
commit edb16382f3
Signed by: kiichan
GPG key ID: 619DFD67F0976616
29 changed files with 1798 additions and 28 deletions

View file

@ -8,7 +8,7 @@
max-width: 300px;
border-radius: 5%;
}
#sqrl-id img {
#sqrl-qr img {
margin: auto;
width: 100%;
padding-top: 3px;
@ -37,5 +37,5 @@
{% endif %}
</form>
</div>
{% sqrl_status_url_script_tag session_sqrl %}
<script src="{% static sqrl/sqrl.js %}"></script>
<script>SQRL_CHECK_URL="{% sqrl_status_url_script_tag session_sqrl %}"</script>
<script type="application/javascript" src="{% static 'sqrl/sqrl.js' %}"></script>