equal
deleted
inserted
replaced
14 {% block css_import %} |
14 {% block css_import %} |
15 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/common.css' %}" /> |
15 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/common.css' %}" /> |
16 {% endblock %} |
16 {% endblock %} |
17 |
17 |
18 {% block js_import %} |
18 {% block js_import %} |
19 <script src="{% static 'hdalab/lib/jquery-2.1.1.min.js' %}"></script> |
19 <script src="{% static 'hdalab/lib/jquery.min.js' %}"></script> |
20 {% endblock %} |
20 {% endblock %} |
21 |
21 |
22 </head> |
22 </head> |
23 <body> |
23 <body> |
24 |
24 |