File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<link rel =" stylesheet"
4
4
href =" https://cdn.datatables.net/v/bs/dt-1.10.15/r-2.1.1/datatables.min.css" />
5
5
<link rel =" stylesheet"
6
- href =" https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0 /css/flag-icon .min.css"
7
- integrity =" sha512-Cv93isQdFwaKBV+Z4X8kaVBYWHST58Xb/jVOcV9aRsGSArZsgAnFIhMpDoMDcFNoUtday1hdjn0nGp3+KZyyFw =="
6
+ href =" https://cdnjs.cloudflare.com/ajax/libs/flag-icons/7.2.1 /css/flag-icons .min.css"
7
+ integrity =" sha512-bZBu2H0+FGFz/stDN/L0k8J0G8qVsAL0ht1qg5kTwtAheiXwiRKyCq1frwfbSFSJN3jooR5kauE0YjtPzhZtJQ =="
8
8
crossorigin =" anonymous" />
9
9
<script src =" https://cdn.datatables.net/v/bs/dt-1.10.15/r-2.1.1/datatables.min.js" ></script >
10
10
<script src =" https://cdn.datatables.net/plug-ins/1.10.15/sorting/natural.js" ></script >
124
124
{% if t .countries %}
125
125
{% set index = namespace (value =0) %}
126
126
{% for country in t .countries %}
127
- <span class =" flag-icon flag-icon -{{ t.country_codes[index.value] }}" ></span > {{ country }}
127
+ <span class =" fi fi -{{ t.country_codes[index.value] }}" ></span > {{ country }}
128
128
<br >
129
129
{% set index .value = index .value + 1 %}
130
130
{% endfor %}
You can’t perform that action at this time.
0 commit comments