Add datepicker and calendar scripts to base template
This commit is contained in:
parent
de755ff6c9
commit
68353b56c8
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
<!-- Le styles -->
|
||||
<link href="../../static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../static/css/bootstrap-responsive.min.css" rel="stylesheet">
|
||||
<link href="../../static/css/datepicker.css" rel="stylesheet"/>
|
||||
<link href='../../static/css/fullcalendar.css' rel='stylesheet'/>
|
||||
<link href='../../static/css/fullcalendar.print.css' rel='stylesheet' media='print'/>
|
||||
|
||||
{% block header %}
|
||||
<style type="text/css">
|
||||
|
|
@ -87,6 +90,9 @@
|
|||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="http://code.jquery.com/jquery.js"></script>
|
||||
<script src="../../static/js/bootstrap.js"></script>
|
||||
<script src="../../static/js/bootstrap-datepicker.js"></script>
|
||||
<script src='../../static/js/jquery-ui-1.10.2.custom.min.js'></script>
|
||||
<script src='../../static/js/fullcalendar.js'></script>
|
||||
|
||||
{% block footer %}
|
||||
{% block footer_content %}{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue