Fix indenting issues in display.html
Co-authored-by: Ben Busby <contact@benbusby.com>
This commit is contained in:
parent
8fde1e2c95
commit
c5c089d01b
|
@ -36,8 +36,8 @@
|
||||||
</body>
|
</body>
|
||||||
{% include 'footer.html' %}
|
{% include 'footer.html' %}
|
||||||
{% if autocomplete_enabled == '1' %}
|
{% if autocomplete_enabled == '1' %}
|
||||||
<script src="{{ cb_url('autocomplete.js') }}"></script>
|
<script src="{{ cb_url('autocomplete.js') }}"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<script src="{{ cb_url('utils.js') }}"></script>
|
<script src="{{ cb_url('utils.js') }}"></script>
|
||||||
<script src="{{ cb_url('keyboard.js') }}"></script>
|
<script src="{{ cb_url('keyboard.js') }}"></script>
|
||||||
<script src="{{ cb_url('currency.js') }}"></script>
|
<script src="{{ cb_url('currency.js') }}"></script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user