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
|
<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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue