Add datepicker and calendar scripts to base template

This commit is contained in:
Justin Lewis Salmon 2013-06-01 15:19:34 +01:00
parent de755ff6c9
commit 68353b56c8

View file

@ -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 %}