mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-09 20:12:34 +02:00
Update base.html
This commit is contained in:
@@ -9,6 +9,13 @@
|
|||||||
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
||||||
name="viewport"
|
name="viewport"
|
||||||
/>
|
/>
|
||||||
|
<!-- Date picker -->
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
media="screen"
|
||||||
|
href="{{ url_for('static', filename='bootstrap/css/bootstrap-datepicker.min.css') }}"
|
||||||
|
/>
|
||||||
|
|
||||||
<!-- Bootstrap 3.3.2 -->
|
<!-- Bootstrap 3.3.2 -->
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
@@ -115,6 +122,12 @@
|
|||||||
<script>
|
<script>
|
||||||
$.widget.bridge('uibutton', $.ui.button)
|
$.widget.bridge('uibutton', $.ui.button)
|
||||||
</script>
|
</script>
|
||||||
|
<!-- Datepicker 3.3.2 JS -->
|
||||||
|
<script
|
||||||
|
src="{{ url_for('static', filename='bootstrap/js/bootstrap-datepicker.min.js') }}"
|
||||||
|
type="text/javascript"
|
||||||
|
></script>
|
||||||
|
|
||||||
<!-- Bootstrap 3.3.2 JS -->
|
<!-- Bootstrap 3.3.2 JS -->
|
||||||
<script
|
<script
|
||||||
src="{{ url_for('static', filename='bootstrap/js/bootstrap.min.js') }}"
|
src="{{ url_for('static', filename='bootstrap/js/bootstrap.min.js') }}"
|
||||||
|
Reference in New Issue
Block a user