mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
Update base.html
This commit is contained in:
parent
8fca682ab1
commit
4605203386
@ -13,7 +13,7 @@
|
||||
<link
|
||||
rel="stylesheet"
|
||||
media="screen"
|
||||
href="{{ url_for('static', filename='bootstrap/css/bootstrap-datepicker.min.css') }}"
|
||||
href="{{ url_for('static', filename='bootstrap/css/datepicker.min.css') }}"
|
||||
/>
|
||||
|
||||
<!-- Bootstrap 3.3.2 -->
|
||||
@ -124,7 +124,7 @@
|
||||
</script>
|
||||
<!-- Datepicker 3.3.2 JS -->
|
||||
<script
|
||||
src="{{ url_for('static', filename='bootstrap/js/bootstrap-datepicker.min.js') }}"
|
||||
src="{{ url_for('static', filename='bootstrap/js/datepicker.min.js') }}"
|
||||
type="text/javascript"
|
||||
></script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user