File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 39
39
</td >
40
40
<td >{{ cids_and_names[cert.issued_by] [0] }} {{ cids_and_names[cert.issued_by] [1] }}</td >
41
41
<td >{{ cert.position }}</td >
42
- <td >{{ cert.reported } }</td >
42
+ <td >{% if cert .reported %} Yes {% else %} No {% endif % } </td >
43
43
<td >{{ cert.created_date|simple_date }}</td >
44
44
<td >{{ cert.expiration_date|simple_date }}</td >
45
45
</tr >
Original file line number Diff line number Diff line change 14
14
15
15
<hr >
16
16
17
+ <div class =" card shadow mb-3" >
18
+ <div class =" card-body" >
19
+ <h5 class =" card-title" >2024-12-29</h5 >
20
+ <div class =" card-text" >
21
+ <ul >
22
+ <li >Minor text improvement to solo certs page</li >
23
+ </ul >
24
+ </div >
25
+ </div >
26
+ </div >
27
+
17
28
<div class =" card shadow mb-3" >
18
29
<div class =" card-body" >
19
30
<h5 class =" card-title" >2024-12-20</h5 >
You can’t perform that action at this time.
0 commit comments