Skip to content

Commit

Permalink
quality
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Aug 26, 2024
1 parent f7d34d3 commit 4fdc113
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions lacommunaute/forum/tests/__snapshots__/test_forum_updateview.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,50 @@
# name: test_selected_tags_are_preloaded[selected_tags_preloaded]
'''
<div class="form-group" id="div_id_tags">


<label class="control-label" for="id_tags">
Sélectionner un ou plusieurs tags

<span class="text-muted">(optional)</span>

</label>



<div class="form-check form-check-inline">
<input checked="" class="form-check-input" id="id_tags_0" name="tags" type="checkbox" value="9999"/>
<label class="form-check-label tag bg-info-lighter text-info" for="id_tags_0">
iae
</label>
</div>

<div class="form-check form-check-inline">
<input checked="" class="form-check-input" id="id_tags_1" name="tags" type="checkbox" value="10000"/>
<label class="form-check-label tag bg-info-lighter text-info" for="id_tags_1">
siae
</label>
</div>

<div class="form-check form-check-inline">
<input checked="" class="form-check-input" id="id_tags_2" name="tags" type="checkbox" value="10001"/>
<label class="form-check-label tag bg-info-lighter text-info" for="id_tags_2">
prescripteur
</label>
</div>

<div class="form-check form-check-inline">
<input class="form-check-input" id="id_tags_3" name="tags" type="checkbox" value="10002"/>
<label class="form-check-label tag bg-info-lighter text-info" for="id_tags_3">
undesired_tag
</label>
</div>






</div>
'''
# ---

0 comments on commit 4fdc113

Please sign in to comment.