Update index.html
This commit is contained in:
parent
b40842e040
commit
33461dd190
@ -6713,9 +6713,9 @@
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<select id="inputTransition2225" class="form-select economic-importance-select">
|
||||
<option {%if economic_settings.importance == -1 %} selected {% endif %}>Low - High</option>
|
||||
<option {%if economic_settings.importance == 0 %} selected {% endif %}>Med - High</option>
|
||||
<option {%if economic_settings.importance == 1 %} selected {% endif %}>High</option>
|
||||
<option {%if economic_settings.importance == 'Low - High' %} selected {% endif %}>Low - High</option>
|
||||
<option {%if economic_settings.importance == 'Med - High' %} selected {% endif %}>Med - High</option>
|
||||
<option {%if economic_settings.importance == 'High' %} selected {% endif %}>High</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user