fix: autoformat problem block template files using djlint (#37760)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user