fix: js for milestone datetime picker
This commit is contained in:
parent
9bbabd9c69
commit
b686c5fd57
5 changed files with 21 additions and 13 deletions
|
@ -22,11 +22,7 @@
|
|||
<link href="{% static 'css/ponytracker.css' %}" rel="stylesheet">
|
||||
{% block css %}{% endblock %}
|
||||
|
||||
<script src="{% bootstrap_jquery_url %}"></script>
|
||||
{% bootstrap_javascript %}
|
||||
{% block js %}{% endblock %}
|
||||
|
||||
{% block media %}{% endblock %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -62,6 +58,8 @@
|
|||
|
||||
</div> <!-- /container -->
|
||||
|
||||
<script src="{% bootstrap_jquery_url %}"></script>
|
||||
{% bootstrap_javascript %}
|
||||
<script src="{% static 'js/ponytracker.js' %}"></script>
|
||||
{% block js_end %}{% endblock %}
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue