We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06082e8 commit dc910daCopy full SHA for dc910da
webapp/templates/jury/shadow_differences.html.twig
@@ -37,7 +37,7 @@
37
<input type="radio" autocomplete="off" class="btn-check"
38
name="verificationviewtype" id="verificationviewtype{{idx}}" value="{{ type }}"
39
{% if idx == verificationView %}checked{% endif %}>
40
- <label class="btn btn-secondary" for="verificationviewttype{{idx}}">{{ type }}</label>
+ <label class="btn btn-secondary" for="verificationviewtype{{idx}}">{{ type }}</label>
41
{%- endfor %}
42
</div>
43
0 commit comments