Commit 4137159a367037c79754c0f403fb22096c92c6b4

Authored by Gustavo
1 parent 573f3ade

Included js code that was moved from register.html to a js file

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
amadeus/templates/base.html
... ... @@ -31,9 +31,10 @@
31 31 <link rel="stylesheet" type="text/css" href="{% static 'css/jPages.css' %}">
32 32  
33 33 <script src="{% static 'js/cropper.min.js' %}"></script> <!-- Js for cropper-->
34   - <link href="{% static 'css/cropper.min.css' %}" rel="stylesheet">
  34 + <script src="{% static 'js/crop.js' %}"></script> <!-- Js for cropper-->
  35 + <link href="{% static 'css/cropper.min.css' %}" rel="stylesheet"> <!-- CSS for cropper-->
  36 +
35 37  
36   -
37 38 <script type="text/javascript" src="{% static 'bootstrap-3.3.7/js/bootstrap.min.js' %}"></script>
38 39 <!--<script type="text/javascript" src="{% static 'js/bootstrap-acessibility2.min.js' %}"></script>-->
39 40 <script type="text/javascript" src="{% static 'material/js/material.min.js' %}"></script>
... ...