File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 < thead >
6262 < tr >
6363 < th data-column ="0 " data-type ="string ">
64+ < strong > Event Name</ strong >
65+ < button class ="js-sortable-table__button p-icon--sort-both " aria-label ="Sort by Event Name " style ="border-style: none; "> </ button >
66+ </ th >
67+ < th data-column ="1 " data-type ="string ">
6468 < strong > Location</ strong >
6569 < button class ="js-sortable-table__button p-icon--sort-both " aria-label ="Sort by Location " style ="border-style: none; "> </ button >
6670 </ th >
67- < th data-column ="1 " data-type ="string ">
71+ < th data-column ="2 " data-type ="string ">
6872 < strong > Region</ strong >
6973 < button class ="js-sortable-table__button p-icon--sort-both " aria-label ="Sort by Region " style ="border-style: none; "> </ button >
7074 </ th >
71- < th data-column ="2 " data-type ="date ">
75+ < th data-column ="3 " data-type ="date ">
7276 < strong > Date</ strong >
7377 < button class ="js-sortable-table__button p-icon--sort-both " aria-label ="Sort by Date " style ="border-style: none; "> </ button >
7478 </ th >
8185 {% set ns.counter = ns.counter + 1 %}
8286 {% if ns.counter < = 10 or metadata | length < TRUNCATE _THRESHOLD %}
8387 < tr >
88+ < td data-heading ="Event Name ">
89+ < a href ="{{ data.path }} "> {{ data.topic_name or '—' }}</ a >
90+ </ td >
8491 < td data-heading ="Location ">
8592 < a href ="{{ data.path }} "> {{ data.event_location or '—' }}</ a >
8693 </ td >
@@ -206,4 +213,4 @@ <h3 class="p-heading--5">Digital sovereignty</h3>
206213 }}
207214
208215 < script src ="/static/js/dist/events.js "> </ script >
209- {% endblock content %}
216+ {% endblock content %}
You can’t perform that action at this time.
0 commit comments