|
16 | 16 | <title>{% block page-title %}{% endblock page-title %}| {% translate "Cal-ITP Benefits" %}</title>
|
17 | 17 | {# djlint:on #}
|
18 | 18 |
|
19 |
| - {% block preload %}{% endblock preload %} |
| 19 | + {% block preload %} |
| 20 | + {% endblock preload %} |
20 | 21 |
|
21 | 22 | <link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet" type="text/css">
|
22 |
| - |
23 |
| - {% comment %} |
24 |
| - CA State Template v6.0.7 comes with Bootstrap v5.1.3 |
25 |
| - See https://github.com/Office-of-Digital-Services/California-State-Web-Template/releases/tag/v6.0.7 |
26 |
| - {% endcomment %} |
27 |
| - <link href="https://california.azureedge.net/cdt/statetemplate/6.0.7/css/cagov.core.min.css" rel="stylesheet"> |
28 |
| - |
| 23 | + <link href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" |
| 24 | + rel="stylesheet" |
| 25 | + integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" |
| 26 | + crossorigin="anonymous"> |
29 | 27 | <link href="{% static "css/styles.css" %}" rel="stylesheet">
|
30 | 28 | <link href="{% static "img/favicon.ico" %}" rel="icon" type="image/x-icon" />
|
31 | 29 |
|
32 |
| - {% comment %} |
33 |
| - CA State Template v6.0.7 does not include jQuery |
34 |
| - See https://github.com/Office-of-Digital-Services/California-State-Web-Template/releases/tag/v6.0.7 |
35 |
| - {% endcomment %} |
36 | 30 | <script nonce="{{ request.csp_nonce }}"
|
37 | 31 | src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"
|
38 | 32 | integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ="
|
|
149 | 143 |
|
150 | 144 | </footer>
|
151 | 145 |
|
152 |
| - {% comment %} |
153 |
| - CA State Template v6.0.7 comes with Bootstrap v5.1.3 |
154 |
| - see https://github.com/Office-of-Digital-Services/California-State-Web-Template/releases/tag/v6.0.7 |
155 |
| - |
156 |
| - But we aren't using CA State Template Javascript, so include Bootstrap directly |
157 |
| - {% endcomment %} |
158 |
| - <script nonce="{{ request.csp_nonce }}" |
159 |
| - src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" |
160 |
| - integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" |
| 146 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" |
| 147 | + integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" |
161 | 148 | crossorigin="anonymous"></script>
|
162 | 149 |
|
163 | 150 | <script nonce="{{ request.csp_nonce }}">
|
|
0 commit comments