Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lnbits/templates/base.html
|
@ -13,7 +13,7 @@ |
|
|
<link |
|
|
<link |
|
|
rel="stylesheet" |
|
|
rel="stylesheet" |
|
|
media="screen" |
|
|
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 --> |
|
|
<!-- Bootstrap 3.3.2 --> |
|
@ -124,7 +124,7 @@ |
|
|
</script> |
|
|
</script> |
|
|
<!-- Datepicker 3.3.2 JS --> |
|
|
<!-- Datepicker 3.3.2 JS --> |
|
|
<script |
|
|
<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" |
|
|
type="text/javascript" |
|
|
></script> |
|
|
></script> |
|
|
|
|
|
|
|
|