mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 22:25:47 +01:00
Update base.html
This commit is contained in:
parent
8fca682ab1
commit
4605203386
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue