We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a69c9b commit 418dc3aCopy full SHA for 418dc3a
vzdv-site/templates/facility/roster.jinja
@@ -35,9 +35,9 @@
35
</td>
36
<td class="col">
37
{% for cert in controller.certs %}
38
- {% if cert.value == "Training" %}
+ {% if cert.value == "training" %}
39
<span class="badge text-bg-warning" title="Training">{{ cert.name }}</span>
40
- {% elif cert.value == "Solo" %}
+ {% elif cert.value == "solo" %}
41
<span class="badge text-bg-info" title="Solo">{{ cert.name }}</span>
42
{% else %}
43
<span class="badge text-bg-success" title="Certified">{{ cert.name }}</span>
0 commit comments