Show all tag when create card
This commit is contained in:
@@ -11,6 +11,11 @@
|
|||||||
<label for="code" class="toggleButton btn btn-default btn-lg">Code
|
<label for="code" class="toggleButton btn btn-default btn-lg">Code
|
||||||
<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}}
|
||||||
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user