Commit 11b4379dfdcd319bb58dcb10be39bb6911b9b8c7

Authored by ailsoncgt
1 parent 956406df

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 39  
40 40 <!--Javascript block for specific-app ones -->
41 41 <script src="{% static 'js/main.js' %}"></script>
  42 + <script src="{% static 'js/base/amadeus.js' %}"></script>
42 43 {% block style %}
43 44 {% endblock %}
44 45 </head>
... ...