Comment unused code
This commit is contained in:
@@ -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
|
||||
<!-- <label for="general" class="toggleButton btn btn-default btn-lg">General
|
||||
<input type="radio" name="type" value="1" id="general"/>
|
||||
</label>
|
||||
<label for="code" class="toggleButton btn btn-default btn-lg">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}}>
|
||||
|
||||
Reference in New Issue
Block a user