diff options
Diffstat (limited to 'budget/templates/layout.html')
| -rw-r--r-- | budget/templates/layout.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 50f3019..979f994 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -9,7 +9,6 @@ <script src="{{ url_for("static", filename="js/ihatemoney.js") }}"></script> <script src="{{ url_for("static", filename="js/tether.min.js") }}"></script> <script src="{{ url_for("static", filename="js/bootstrap.min.js") }}"></script> - <script src="{{ url_for("static", filename="js/bootstrap-datepicker.js") }}"></script> {% block head %}{% endblock %} <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ |
