Commit cbd89f4e7ead50a8bd822a1c02990ae2be6d9924

Authored by Gustavo
1 parent 1e86a417

News crop js included

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