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