Skip to content

Commit 5bbc8d6

Browse files
committed
Minor text improvement (bool -> Yes/No)
1 parent 2285173 commit 5bbc8d6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: vzdv-site/templates/admin/solo_cert_list.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</td>
4040
<td>{{ cids_and_names[cert.issued_by][0] }} {{ cids_and_names[cert.issued_by][1] }}</td>
4141
<td>{{ cert.position }}</td>
42-
<td>{{ cert.reported }}</td>
42+
<td>{% if cert.reported %}Yes{% else %}No{% endif %}</td>
4343
<td>{{ cert.created_date|simple_date }}</td>
4444
<td>{{ cert.expiration_date|simple_date }}</td>
4545
</tr>

Diff for: vzdv-site/templates/changelog.jinja

+11
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414

1515
<hr>
1616

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+
1728
<div class="card shadow mb-3">
1829
<div class="card-body">
1930
<h5 class="card-title">2024-12-20</h5>

0 commit comments

Comments
 (0)