Commit 0ecf235917575ece3db10a9fed9549098069782c
1 parent
59dfbd28
Exists in
master
and in
5 other branches
Js in end of body -- date-picker #14
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
core/templates/base.html
@@ -41,7 +41,6 @@ | @@ -41,7 +41,6 @@ | ||
41 | <script type="text/javascript">$.material.init()</script> | 41 | <script type="text/javascript">$.material.init()</script> |
42 | 42 | ||
43 | <!--Javascript block for specific-app ones --> | 43 | <!--Javascript block for specific-app ones --> |
44 | - <script src="{% static 'js/main.js' %}"></script> | ||
45 | <script src="{% static 'js/base/amadeus.js' %}"></script> | 44 | <script src="{% static 'js/base/amadeus.js' %}"></script> |
46 | {% block style %} | 45 | {% block style %} |
47 | {% endblock %} | 46 | {% endblock %} |
@@ -120,5 +119,7 @@ | @@ -120,5 +119,7 @@ | ||
120 | </div> | 119 | </div> |
121 | </div> | 120 | </div> |
122 | </div> | 121 | </div> |
122 | + <script src="{% static 'js/main.js' %}"></script> | ||
123 | </body> | 123 | </body> |
124 | + | ||
124 | </html> | 125 | </html> |