forked from rDrama/rDrama
1
0
Fork 0

remove unnecessary if

master
Aevann 2023-10-18 20:43:14 +03:00
parent 9bba04f939
commit 3f1d8e3b41
1 changed files with 1 additions and 3 deletions

View File

@ -38,9 +38,7 @@
<label class="mt-3" for="kind">New Kind</label>
<div class="input-group">
<select autocomplete="off" id='kind' class="form-control" name="kind">
{% if not kind %}
<option hidden disabled selected value>-- select an option -- (optional)</option>
{% endif %}
<option hidden disabled selected value>-- select an option -- (optional)</option>
{% for entry in EMOJI_KINDS %}
<option value="{{entry}}">
{{entry}}