Comment unused code

This commit is contained in:
duongban
2021-05-26 22:55:27 +07:00
parent 53dd1eb5eb
commit 24af06944c
2 changed files with 7 additions and 7 deletions

View File

@@ -5,12 +5,12 @@
<h2>Add a Card</h2>
<form action="{{ url_for('add_card') }}" method="post" class="cardForm">
<div class="form-group">
<label for="general" class="toggleButton btn btn-default btn-lg">General &nbsp;
<!-- <label for="general" class="toggleButton btn btn-default btn-lg">General &nbsp;
<input type="radio" name="type" value="1" id="general"/>
</label>
<label for="code" class="toggleButton btn btn-default btn-lg">Code &nbsp;
<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}}>