Commit 0ecf235917575ece3db10a9fed9549098069782c

Authored by ailsoncgt
1 parent 59dfbd28

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 41 <script type="text/javascript">$.material.init()</script>
42 42  
43 43 <!--Javascript block for specific-app ones -->
44   - <script src="{% static 'js/main.js' %}"></script>
45 44 <script src="{% static 'js/base/amadeus.js' %}"></script>
46 45 {% block style %}
47 46 {% endblock %}
... ... @@ -120,5 +119,7 @@
120 119 </div>
121 120 </div>
122 121 </div>
  122 + <script src="{% static 'js/main.js' %}"></script>
123 123 </body>
  124 +
124 125 </html>
... ...