Show all tag when create card

This commit is contained in:
duongban
2021-05-26 00:12:58 +07:00
parent 9ef4f85fe9
commit 1061ce12f7

View File

@@ -11,6 +11,11 @@
<label for="code" class="toggleButton btn btn-default btn-lg">Code &nbsp; <label for="code" class="toggleButton btn btn-default btn-lg">Code &nbsp;
<input type="radio" name="type" value="2" id="code"/> <input type="radio" name="type" value="2" id="code"/>
</label> </label>
{% for tag in tags %}
<label for={{tag.tagName}} class="toggleButton btn btn-default btn-lg">{{tag.tagName}} &nbsp;
<input type="radio" name="type" value={{tag.id}} id={{tag.tagName}}/>
</label>
{% endfor %}
</div> </div>
<div class="form-group fieldFront"> <div class="form-group fieldFront">
<label for="front">Front of Card</label> <label for="front">Front of Card</label>