|
5 | 5 | {% block customCSS %}
|
6 | 6 | <link rel="stylesheet" type="text/css" href="{% static 'css/app_admin/working_hours.css' %}"/>
|
7 | 7 | <!-- additional CSS -->
|
8 |
| - <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css"> |
9 |
| - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> |
| 8 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" |
| 9 | + integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" |
| 10 | + crossorigin="anonymous" referrerpolicy="no-referrer"/> |
| 11 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css" |
| 12 | + integrity="sha512-b2QcS5SsA8tZodcDtGRELiGv5SaKSk1vDHDaQRda0htPYWZ6046lr3kJ5bAAQdpV2mmA/4v0wQF9MyU6/pDIAg==" |
| 13 | + crossorigin="anonymous" referrerpolicy="no-referrer"/> |
10 | 14 | <link rel="stylesheet"
|
11 |
| - href="https://cdnjs.cloudflare.com/ajax/libs/tempusdominus-bootstrap-4/5.39.0/css/tempusdominus-bootstrap-4.min.css"/> |
| 15 | + href="https://cdnjs.cloudflare.com/ajax/libs/tempusdominus-bootstrap-4/5.39.0/css/tempusdominus-bootstrap-4.min.css" |
| 16 | + integrity="sha512-3JRrEUwaCkFUBLK1N8HehwQgu8e23jTH4np5NHOmQOobuC4ROQxFwFgBLTnhcnQRMs84muMh0PnnwXlPq5MGjg==" |
| 17 | + crossorigin="anonymous" referrerpolicy="no-referrer"/> |
12 | 18 | {% endblock %}
|
13 | 19 |
|
14 | 20 | {% block body %}
|
@@ -84,12 +90,21 @@ <h2>{% trans "Manage Working Hours" %}</h2>
|
84 | 90 | {% endblock %}
|
85 | 91 | {% block customJS %}
|
86 | 92 | <!-- JS -->
|
87 |
| - <script src="https://code.jquery.com/jquery-3.7.0.min.js"></script> |
88 |
| - <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js"></script> |
89 |
| - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> |
90 |
| - <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment.min.js"></script> |
91 |
| - <script type="text/javascript" |
92 |
| - src="https://cdnjs.cloudflare.com/ajax/libs/tempusdominus-bootstrap-4/5.39.0/js/tempusdominus-bootstrap-4.min.js"></script> |
| 93 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" |
| 94 | + integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" |
| 95 | + crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
| 96 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js" |
| 97 | + integrity="sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ==" |
| 98 | + crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
| 99 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.min.js" |
| 100 | + integrity="sha512-WW8/jxkELe2CAiE4LvQfwm1rajOS8PHasCCx+knHG0gBHt8EXxS6T6tJRTGuDQVnluuAvMxWF4j8SNFDKceLFg==" |
| 101 | + crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
| 102 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.30.1/moment.js" |
| 103 | + integrity="sha512-3CuraBvy05nIgcoXjVN33mACRyI89ydVHg7y/HMN9wcTVbHeur0SeBzweSd/rxySapO7Tmfu68+JlKkLTnDFNg==" |
| 104 | + crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
| 105 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/tempusdominus-bootstrap-4/5.39.0/js/tempusdominus-bootstrap-4.min.js" |
| 106 | + integrity="sha512-k6/Bkb8Fxf/c1Tkyl39yJwcOZ1P4cRrJu77p83zJjN2Z55prbFHxPs9vN7q3l3+tSMGPDdoH51AEU8Vgo1cgAA==" |
| 107 | + crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
93 | 108 | <script type="text/javascript">
|
94 | 109 | const addWorkingHoursUrl = $('#addWorkingHoursUrl').val();
|
95 | 110 | const updateWorkingHoursUrl = $('#updateWorkingHoursUrl').val();
|
|
0 commit comments