Added new icon for cloth mask
This commit is contained in:
parent
fa3190f6fb
commit
b1b0c07098
3 changed files with 2 additions and 1 deletions
BIN
caimira/apps/static/images/masks/cloth.png
Normal file
BIN
caimira/apps/static/images/masks/cloth.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ def test_model_from_dict_invalid(baseline_form_data):
|
|||
[
|
||||
["No mask"],
|
||||
["Type I"],
|
||||
["Cloth"],
|
||||
]
|
||||
)
|
||||
def test_blend_expiration(mask_type):
|
||||
|
|
|
|||
Loading…
Reference in a new issue