Added new icon for cloth mask

This commit is contained in:
Luis Aleixo 2022-09-13 14:52:47 +02:00
parent fa3190f6fb
commit b1b0c07098
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -299,7 +299,7 @@
<input type="radio" id="mask_type_cloth" name="mask_type" value="Cloth" onclick="require_fields(this)">
<label for="mask_type_cloth">
Cloth
<img class="mask_icons" src="/static/images/masks/ffp2.png">
<img class="mask_icons" src="/static/images/masks/cloth.png">
</label>
</div>
</div>

View file

@ -30,6 +30,7 @@ def test_model_from_dict_invalid(baseline_form_data):
[
["No mask"],
["Type I"],
["Cloth"],
]
)
def test_blend_expiration(mask_type):