Commit 11b4379dfdcd319bb58dcb10be39bb6911b9b8c7
1 parent
956406df
Exists in
master
and in
5 other branches
Adding js with cpf mask #14
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
core/templates/base.html
@@ -39,6 +39,7 @@ | @@ -39,6 +39,7 @@ | ||
39 | 39 | ||
40 | <!--Javascript block for specific-app ones --> | 40 | <!--Javascript block for specific-app ones --> |
41 | <script src="{% static 'js/main.js' %}"></script> | 41 | <script src="{% static 'js/main.js' %}"></script> |
42 | + <script src="{% static 'js/base/amadeus.js' %}"></script> | ||
42 | {% block style %} | 43 | {% block style %} |
43 | {% endblock %} | 44 | {% endblock %} |
44 | </head> | 45 | </head> |