Update base.html
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user