Commit f72d9400dd0ec958e7403dfd02c60552635fa44f
1 parent
ad55ca0f
Exists in
master
and in
5 other branches
Adding js base/amadeus in base.html for cpf mask #14
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
core/templates/base.html
@@ -38,6 +38,7 @@ | @@ -38,6 +38,7 @@ | ||
38 | <script type="text/javascript">$.material.init()</script> | 38 | <script type="text/javascript">$.material.init()</script> |
39 | 39 | ||
40 | <!--Javascript block for specific-app ones --> | 40 | <!--Javascript block for specific-app ones --> |
41 | + <script src="{% static 'js/base/amadeus.js' %}"></script> | ||
41 | {% block style %} | 42 | {% block style %} |
42 | {% endblock %} | 43 | {% endblock %} |
43 | </head> | 44 | </head> |