fix: autoformat problem block template files using djlint (#37760)

This commit is contained in:
Irtaza Akram
2026-01-06 17:55:30 +05:00
committed by GitHub
parent 87bf1003b7
commit fd33d80fb7
39 changed files with 1444 additions and 1322 deletions

View File

@@ -1,5 +1,14 @@
<div class="choicegroup">
<label for="input_1_1_1"><input type="checkbox" name="input_1_1" id="input_1_1_1" value="1"> One</label>
<label for="input_1_1_2" class="choicegroup_correct"><input type="checkbox" name="input_1_1" id="input_1_1_2" value="2"> Two <span class="status correct"></span></label>
<label for="input_1_1_3"><input type="checkbox" name="input_1_1" id="input_1_1_3" value="3"> Three</label>
</div>
<label for="input_1_1_1">
<input type="checkbox" name="input_1_1" id="input_1_1_1" value="1">
One
</label>
<label for="input_1_1_2" class="choicegroup_correct">
<input type="checkbox" name="input_1_1" id="input_1_1_2" value="2">
Two <span class="status correct"></span>
</label>
<label for="input_1_1_3">
<input type="checkbox" name="input_1_1" id="input_1_1_3" value="3">
Three
</label>
</div>