Commit 76011137c8341a06750631bedd77d853fd9c84eb

Authored by Gustavo
1 parent bdc78148

Importing print this on base.html

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
amadeus/templates/base.html
... ... @@ -34,6 +34,8 @@
34 34 <script src="{% static 'js/crop.js' %}"></script> <!-- Js for cropper-->
35 35 <link href="{% static 'css/cropper.min.css' %}" rel="stylesheet"> <!-- CSS for cropper-->
36 36  
  37 + <script type="text/javascript" src="{% static 'js/printThis.js' %}"></script> <!-- Print this plugin js-->
  38 +
37 39  
38 40 <script type="text/javascript" src="{% static 'bootstrap-3.3.7/js/bootstrap.min.js' %}"></script>
39 41 <!--<script type="text/javascript" src="{% static 'js/bootstrap-acessibility2.min.js' %}"></script>-->
... ...