Fix indenting issues in display.html

Co-authored-by: Ben Busby <contact@benbusby.com>
This commit is contained in:
DUO Labs 2022-01-14 12:10:43 -05:00 committed by GitHub
parent 8fde1e2c95
commit c5c089d01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,8 +36,8 @@
</body>
{% include 'footer.html' %}
{% if autocomplete_enabled == '1' %}
<script src="{{ cb_url('autocomplete.js') }}"></script>
{% endif %}
<script src="{{ cb_url('autocomplete.js') }}"></script>
{% endif %}
<script src="{{ cb_url('utils.js') }}"></script>
<script src="{{ cb_url('keyboard.js') }}"></script>
<script src="{{ cb_url('currency.js') }}"></script>