add root feeding nematodes
This commit is contained in:
parent
ab9454b04e
commit
d1666ba722
|
|
@ -88,11 +88,13 @@
|
|||
|
||||
<form id="organism_type" class="form-check" onsubmit="return false;">
|
||||
<input type="radio" class="btn-check" name="choice" value="Fungal_Feeding" id="org-type-Fungal_Feeding" checked></input>
|
||||
<label class="btn btn-outline-success" for="org-type-Fungal_Feeding">Fungal_Feeding</label>
|
||||
<label class="btn btn-outline-success" for="org-type-Fungal_Feeding">Fungal Feeding</label>
|
||||
<input type="radio" class="btn-check" name="choice" value="Bacterial_Feeding" id="org-type-Bacterial_Feeding"></input>
|
||||
<label class="btn btn-outline-success" for="org-type-Bacterial_Feeding">Bacterial_Feeding</label>
|
||||
<label class="btn btn-outline-success" for="org-type-Bacterial_Feeding">Bacterial Feeding</label>
|
||||
<input type="radio" class="btn-check" name="choice" value="Predatory" id="org-type-Predatory"></input>
|
||||
<label class="btn btn-outline-success" for="org-type-Predatory">Predatory</label>
|
||||
<input type="radio" class="btn-check" name="choice" value="Root_Feeding" id="org-type-Root_Feeding"></input>
|
||||
<label class="btn btn-outline-success" for="org-type-Root_Feeding">Root Feeding</label>
|
||||
</form>
|
||||
|
||||
<div id="organism" class="row align-items-end">
|
||||
|
|
|
|||
Loading…
Reference in a new issue